-
Task
-
Resolution: Done
-
Undefined
-
None
-
False
-
None
-
False
-
-
-
No
This is an update to an existing topic which only impacts the 2.10 docs: https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.10/html-single/networking/index#installing-subctl-command-utility
Description of the issue:
For ACM 2.10, we need to instruct customers to obtain and use `subctl` version 0.17 (and not 0.16 as the docs suggest at the moment).
Requested change:
In the "1.4.3. Installing the subctl command utility" section, any reference to v0.16 should be changed to v0.17. The correct commands should be:
oc image extract registry.redhat.io/rhacm2/subctl-rhel8:v0.17 -path="/dist/subctl*-linux-amd64.tar.xz":/tmp/ --confirm
tar -C /tmp/ -xf /tmp/subctl-v0.17*-linux-amd64.tar.xz
install -m744 /tmp/subctl-v0.17*/subctl-v0.17*-linux-amd64 /$HOME/.local/bin/subctl
- duplicates
-
ACM-12497 [2.10] subctl version is wrongly set to v0.16, should be v0.17
- Closed