From 9a532f29fb78b16e10422c57d84eda3f90cff27d Mon Sep 17 00:00:00 2001 From: Arkadiusz Galwas Date: Mon, 13 Jan 2025 10:00:19 +0100 Subject: [PATCH] Update README-rb.md --- hack/runtime-migrator/README-rb.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hack/runtime-migrator/README-rb.md b/hack/runtime-migrator/README-rb.md index 3e9f25f8..f7a8c2a9 100644 --- a/hack/runtime-migrator/README-rb.md +++ b/hack/runtime-migrator/README-rb.md @@ -4,10 +4,10 @@ The `runtime-backup-and-switch` application 1. connects to a Gardener project, and KCP cluster 2. retrieves all existing shoot specifications 3. for each runtime on input list: - - a) gets shoot, Cluster Role Bindings and OpenIDConnect resources - - b) saves the backup on a disk - - c) marks Cluster Role Bindings that were created by the Provisioner with `kyma-project.io/deprecation` label - - d) sets `kyma-project.io/controlled-by-provisioner` label with `false` value in order to make sure KIM will control the runtime + 1. gets shoot, Cluster Role Bindings and OpenIDConnect resources + 2. saves the backup on a disk + 3. marks Cluster Role Bindings that were created by the Provisioner with `kyma-project.io/deprecation` label + 4. sets `kyma-project.io/controlled-by-provisioner` label with `false` value in order to make sure KIM will control the runtime ## Build