-
Bug
-
Resolution: Done
-
Normal
-
ACM 2.8.0, ACM 2.7.Z
-
False
-
None
-
False
-
- Log in to the ACM console
- Navigate to Infrastructure > Clusters. On the Clusters page, click Create cluster > Amazon Web Services > Hosted (step 3).
-
-
-
Moderate
-
No
Description of problem:
The command suggested by the wizard has some typo (so copy & paste executions are going to fail).
Version-Release number of selected component (if applicable):
2.7.Z
2.8.Z
How reproducible:
Navigate to Infrastructure > Clusters. On the Clusters page, click Create cluster > Amazon Web Services > Hosted (step 3).
Steps to Reproduce:
- Log in to the ACM console
- Navigate to Infrastructure > Clusters. On the Clusters page, click Create cluster > Amazon Web Services > Hosted (step 3).
Actual results:
hypershift create cluster aws
^--name $CLUSTER_NAME ^
^--namespace $NAMESPACE ^
^--node-pool-replicas=3 ^
^--secret-creds $SECRET_CREDS ^
^--region $REGION ^
Expected results:
^hypershift create cluster aws ^
^--name $CLUSTER_NAME ^
^--namespace $NAMESPACE ^
^--node-pool-replicas=3 ^
^--secret-creds $SECRET_CREDS ^
--region $REGION
Additional info:
- is cloned by
-
ACM-5202 Typo in the AWS wizard command for hosted clusters
- Closed