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
Copy file name to clipboardExpand all lines: docs/UPGRADE.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@
5
5
An Enclave upgrade is the process of updating the deployed infrastructure to a new Enclave release. Each Enclave tarball is distributed with a tested combination of:
The tarball contains all version definitions in `defaults/*.yaml` files and is the artifact as-is—a complete, tested release.
12
13
@@ -16,13 +17,13 @@ Upgrading to a new Enclave release follows this sequence:
16
17
17
18
1.**Deploy new Enclave tarball** - Extract new release to Landing Zone, preserving your `config/*.yaml` customizations
18
19
2.**Sync/Mirror new content** - Run sync process to download and mirror new OpenShift and operator images to local registry (disconnected mode)
19
-
3.**Upgrade the management cluster** - Update OpenShift to the version specified in the new tarball
20
-
4.**Upgrade operators** - Update operators to the versions specified in the new tarball
21
-
5.**Validation** - Verify all components are healthy and at expected versions
20
+
3.**Upgrade Landing Zone components** - Update components to the versions specified in the new tarball
21
+
4.**Upgrade the management cluster** - Update OpenShift to the version specified in the new tarball
22
+
5.**Upgrade operators** - Update operators to the versions specified in the new tarball
22
23
23
24
**Key Principle**: Each Enclave tarball is a versioned release with a pre-defined set of component versions. Upgrades move from one tarball release to another.
24
25
25
-
**Important**: Components must be upgraded in order—tarball first, then sync content, then cluster, then operators.
26
+
**Important**: Components must be upgraded in order—tarball first, then sync content, then landing zone, then cluster, then operators.
26
27
27
28
---
28
29
@@ -42,8 +43,8 @@ Each Enclave tarball release includes:
42
43
4.**Restore configurations** - Copy your `config/*.yaml` files back (or merge if needed)
43
44
5.**Validate configuration** - Ensure your configs are compatible with new release
44
45
6.**Sync content** - Run sync process to mirror new versions (disconnected mode)
45
-
7.**Upgrade management cluster** - Update OpenShift to version in tarball
46
-
8.**Upgrade operators** - Update operators to versions in tarball
46
+
7.**Upgrade management cluster** - Update OpenShift to the version in the tarball
47
+
8.**Upgrade operators** - Update operators to the versions in the tarball
0 commit comments