[Risk Mitigation] Create backup for ClusterRoleBinding
, OIDCConfiguration
and ShootSpecs
on all SKR clusters on PROD before running migration script + implement restore script
#557
Labels
area/control-plane
Related to all activities around Kyma Control Plane
kind/feature
Categorizes issue or PR as related to a new feature.
Description
In case of failures, we have to be able to restore the previous cluster state. KIM is modifiying two resources and we have to create backups of them:
Shoot-Spec
on Seed-ClusterClusterRoleBinding
s on SKROIDCConfiguration
on SKRsIn an emergency case, we have to be able to apply the backup as fast as possible. Therefore, a restore script for the resources located on an SKR required (
ClusterRoleBinding
andOIDCConfiguration
).AC:
ClusterRoleBinding
resources from SKRsOIDCConfiguration
resources from SKRsReasons
Mandatory for restoring a defective SKR cluster.
Attachments
The text was updated successfully, but these errors were encountered: