You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setPatchStep("deletion-policy-orphan", "Setting the deletion policies of Managed Resources to Orphan as a precaution against any unexpected problems that may occur during migration",
129
129
pg.Plan.Spec.stepMap[stepKey])
130
130
casestepRevertOrphanMRs:
131
-
setPatchStep("deletion-policy-delete", "Setting the deletion policies of Managed Resources whose deletion policy is set to Orphan at the beginning of the migration, to Delete again",
131
+
setPatchStep("deletion-policy-delete", "Setting the deletion policies of Managed Resources whose deletion policy had been set to Orphan at the beginning of the migration process, back to Delete",
132
132
pg.Plan.Spec.stepMap[stepKey])
133
133
casestepNewFamilyProvider:
134
-
setApplyStep("new-ssop", "Installing the new family provider",
134
+
setApplyStep("new-ssop", "Installing the new family config provider",
135
135
pg.Plan.Spec.stepMap[stepKey])
136
136
casestepNewServiceScopedProvider:
137
-
setApplyStep("new-ssop", "Installing the new service scoped providers",
137
+
setApplyStep("new-ssop", "Installing the new family resource providers",
138
138
pg.Plan.Spec.stepMap[stepKey])
139
139
casestepConfigurationPackageDisableDepResolution:
140
-
setPatchStep("disable-dependency-resolution", "Setting the value of skipDependencyResolution field to true so that dependencies in the configuration package are not resolved automatically",
140
+
setPatchStep("disable-dependency-resolution", "Setting the value of spec.skipDependencyResolution field to true so that dependencies of the Crossplane Configuration package are not resolved automatically, in preparation of deleting the monolithic provider packages",
141
141
pg.Plan.Spec.stepMap[stepKey])
142
142
casestepConfigurationPackageEnableDepResolution:
143
-
setPatchStep("enable-dependency-resolution", "Setting the value of skipDependencyResolution field in the configuration package back to false",
143
+
setPatchStep("enable-dependency-resolution", "Setting the value of spec.skipDependencyResolution field in the Configuration package back to false",
144
144
pg.Plan.Spec.stepMap[stepKey])
145
145
casestepEditConfigurationPackage:
146
-
setPatchStep("edit-configuration-package", "Setting the configuration package reference to new one",
146
+
setPatchStep("edit-configuration-package", "Setting the Configuration package reference (spec.package) to the new one",
147
147
pg.Plan.Spec.stepMap[stepKey])
148
148
casestepEditPackageLock:
149
-
setPatchStep("edit-package-lock", "Deleting configuration package dependency from Lock resource",
149
+
setPatchStep("edit-package-lock", "Deleting the Configuration package dependency from the Lock resource in preparation of deleting the monolithic provider packages",
setDeleteStep("delete-monolithic-provider", "Deleting the monolithic provider package",
153
153
pg.Plan.Spec.stepMap[stepKey])
154
154
casestepActivateFamilyProviderRevision:
155
-
setPatchStep("activate-ssop", "Activating the new family provider after deletion monolithic one",
155
+
setPatchStep("activate-ssop", "Activating the new family config provider after the deletion of the monolithic one",
156
156
pg.Plan.Spec.stepMap[stepKey])
157
157
casestepActivateServiceScopedProviderRevision:
158
-
setPatchStep("activate-ssop", "Activating the new service scoped providers",
158
+
setPatchStep("activate-ssop", "Activating the new family resource providers",
159
159
pg.Plan.Spec.stepMap[stepKey])
160
160
casestepEditConfigurationMetadata:
161
-
setExecStep("edit-configuration-metadata", "Editing the Configuration Meta resource with new family provider references",
161
+
setExecStep("edit-configuration-metadata", "Replacing the monolithic provider dependencies in the Configuration metadata with references to the new family providers",
162
162
pg.Plan.Spec.stepMap[stepKey])
163
163
casestepBackupMRs:
164
164
setExecStep("backup-managed-resources", "Backing up Managed Resources",
description: "Setting the value of skipDependencyResolution field to true so that dependencies in the configuration package are not resolved automatically"
107
+
description: "Setting the value of spec.skipDependencyResolution field to true so that dependencies of the Crossplane Configuration package are not resolved automatically, in preparation of deleting the monolithic provider packages"
description: "Setting the deletion policies of Managed Resources whose deletion policy is set to Orphan at the beginning of the migration, to Delete again"
249
+
description: "Setting the deletion policies of Managed Resources whose deletion policy had been set to Orphan at the beginning of the migration process, back to Delete"
0 commit comments