File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,8 +43,16 @@ Each Enclave tarball release includes:
43434 . ** Restore configurations** - Copy your ` config/*.yaml ` files back (or merge if needed)
44445 . ** Validate configuration** - Ensure your configs are compatible with new release
45456 . ** Sync content** - Run sync process to mirror new versions (disconnected mode)
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
46+ 7 . ** Upgrade management cluster** - Update OpenShift to the version in the tarball:
47+ ``` sh
48+ $ VERSION=$( cat defaults/platforms.yaml | yq -c .mgmt_openshift_version)
49+ $ enclave-reconcile mgmt-cluster-version $VERSION
50+ ```
51+ 8. ** Upgrade operators** - Update operators to the versions in the tarball:
52+ ` ` ` sh
53+ $ OPERATORS=$( cat defaults/operators.yaml | yq -c .operators)
54+ $ enclave-reconcile operator-versions --operators $OPERATORS
55+ ` ` `
4856
4957---
5058
You can’t perform that action at this time.
0 commit comments