Skip to content

Commit 20799bb

Browse files
authored
Merge pull request #81611 from amolnar-rh/OCPBUGS-31380
OCPBUGS-31380: Add prerequisite to IBU rollback to check for expired certs
2 parents 82aa88e + 8c9a867 commit 20799bb

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

edge_computing/image_based_upgrade/cnf-image-based-upgrade-base.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ include::modules/cnf-image-based-upgrade-with-backup.adoc[leveloffset=+1]
2929
3030
include::modules/cnf-image-based-upgrade-rollback.adoc[leveloffset=+1]
3131

32+
[role="_additional-resources"]
33+
.Additional resources
34+
35+
* xref:../../backup_and_restore/control_plane_backup_and_restore/disaster_recovery/scenario-3-expired-certs.adoc#dr-scenario-3-recovering-expired-certs_dr-recovering-expired-certs[Recovering from expired control plane certificates]
36+
3237
include::modules/cnf-image-based-upgrade-troubleshooting.adoc[leveloffset=+1]

edge_computing/image_based_upgrade/ztp-image-based-upgrade.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,9 @@ include::modules/ztp-image-based-upgrade-upgrade.adoc[leveloffset=+1]
4141
4242
include::modules/ztp-image-based-upgrade-rollback.adoc[leveloffset=+1]
4343

44+
[role="_additional-resources"]
45+
.Additional resources
46+
47+
* xref:../../backup_and_restore/control_plane_backup_and_restore/disaster_recovery/scenario-3-expired-certs.adoc#dr-scenario-3-recovering-expired-certs_dr-recovering-expired-certs[Recovering from expired control plane certificates]
48+
4449
include::modules/cnf-image-based-upgrade-troubleshooting.adoc[leveloffset=+1]

modules/cnf-image-based-upgrade-rollback.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ You can manually roll back the changes if you encounter unresolvable issues afte
3030
.Prerequisites
3131

3232
* Log in to the hub cluster as a user with `cluster-admin` privileges.
33+
* Ensure that the control plane certificates on the original stateroot are valid. If the certificates expired, see "Recovering from expired control plane certificates".
3334
3435
.Procedure
3536

modules/ztp-image-based-upgrade-rollback.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
If you encounter an issue after upgrade, you can start a manual rollback.
99

10+
.Prerequisites
11+
12+
* Ensure that the control plane certificates on the original stateroot are valid. If the certificates expired, see "Recovering from expired control plane certificates".
13+
1014
.Procedure
1115

1216
. Revert the `du-profile` or the corresponding policy-binding label to the original platform version in the `SiteConfig` CR:

0 commit comments

Comments
 (0)