Skip to content

Commit 58ba9ad

Browse files
committed
add enclave-reconcile references
1 parent 614dd4e commit 58ba9ad

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

docs/UPGRADE.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,16 @@ Each Enclave tarball release includes:
4343
4. **Restore configurations** - Copy your `config/*.yaml` files back (or merge if needed)
4444
5. **Validate configuration** - Ensure your configs are compatible with new release
4545
6. **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

0 commit comments

Comments
 (0)