-
Bug
-
Resolution: Done
-
Normal
-
MCE 2.4.0
-
None
-
False
-
None
-
False
-
-
-
Moderate
-
No
Description of problem:
Now that we've updated the packaged binary cli to be called hcp instead of hypershift, we should remove the old hypershift-cli-download route to avoid confusion and redundancy.
oc get route -n mce
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD agent-registration agent-registration-mce.apps.clc-mce-a29-01.dev09.red-chesterfield.com agent-registration agentregistration reencrypt/Redirect None cluster-proxy-addon-anp cluster-proxy-anp.apps.clc-mce-a29-01.dev09.red-chesterfield.com cluster-proxy-addon-anp anp-port passthrough None cluster-proxy-addon-user cluster-proxy-user.apps.clc-mce-a29-01.dev09.red-chesterfield.com cluster-proxy-addon-user user-port reencrypt/Redirect None hcp-cli-download hcp-cli-download-mce.apps.clc-mce-a29-01.dev09.red-chesterfield.com hcp-cli-download http edge/Redirect None hypershift-cli-download hypershift-cli-download-mce.apps.clc-mce-a29-01.dev09.red-chesterfield.com hypershift-cli-download http edge/Redirect None
Version-Release number of selected component (if applicable):
2.4.0-DOWNANDBACK-2023-08-31-13-34-02 or mce 2.4.0-137 hcp version openshift/hypershift: 8b4b52925d47373f3fe4f0d5684c88dc8a93368a. Latest supported OCP: 4.14.0
How reproducible:
always
Steps to Reproduce:
- run oc get route -n <mce_namespace>
- observe there are two routes: hcp-cli-download and hypershift-cli-download
- ...
Actual results:
there are two routes: hcp-cli-download and hypershift-cli-download
Expected results:
there should only exist the hcp-cli-download route.
Additional info:
- is caused by
-
ACM-6105 Build and expose the external version of HyperShift CLI (hcp)
- Closed