-
Bug
-
Resolution: Unresolved
-
Critical
-
MCE 2.6.0
-
None
-
False
-
None
-
False
-
-
-
Important
-
None
Description of problem:
After we upgrade MCE/ACM, the bundled hcp CLI binary thats packaged with MCE/ACM should also be updated, however we aren't seeing that.
Starting with ACM 2.10:
curl -ko hcp.tar.gz https://hcp-cli-download-multicluster-engine.apps.dhuynh-hcp-a29.dev09.red-chesterfield.com/darwin/arm64/hcp.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 34.0M 100 34.0M 0 0 3259k 0 0:00:10 0:00:10 --:--:-- 3805k
x ./hcp
Tue 30 Jul 2024 00:19:13 PDT moving hcp to /usr/local/bin/.
Tue 30 Jul 2024 00:19:13 PDT hcp CLI version installed:
Tue 30 Jul 2024 00:19:14 PDT
hcp version openshift/hypershift: 0047b6b2a3014e0fcf2514f2ced7f4985c32fb0c. Latest supported OCP: 4.15.0
Tue 30 Jul 2024 00:19:14 PDT You are ready to provision a hosted plane cluster!
After upgrading to ACM 2.11, we see downloading the binary is the same version:
curl -ko hcp.tar.gz https://hcp-cli-download-multicluster-engine.apps.dhuynh-hcp-a29.dev09.red-chesterfield.com/darwin/arm64/hcp.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 34.0M 100 34.0M 0 0 1681k 0 0:00:20 0:00:20 --:--:-- 2297k
x ./hcp
Tue 30 Jul 2024 07:31:04 PDT moving hcp to /usr/local/bin/.
Tue 30 Jul 2024 07:31:04 PDT hcp CLI version installed:
Tue 30 Jul 2024 07:31:05 PDT
hcp version openshift/hypershift: 0047b6b2a3014e0fcf2514f2ced7f4985c32fb0c. Latest supported OCP: 4.15.0
Tue 30 Jul 2024 07:31:05 PDT You are ready to provision a hosted plane cluster!
Noting here, that the hypershift-operator and all other deployments are updated as expected after upgrading ACM.
Version-Release number of selected component (if applicable):
ACM 2.10.0 -> ACM 2.11
How reproducible:
Steps to Reproduce:
- start on ACM 2.10
- download hcp binary
- upgrade to ACM 2.11
- re-download the hcp binary, observe it is the same binary from ACM 2.10