-
Bug
-
Resolution: Done
-
Major
-
ACM 2.8.0, MCE 2.3.0
-
False
-
None
-
False
-
-
-
Moderate
-
No
Description of problem:
- For the code the user copies, there is an extra backslack at the end of the command
- Set environment variables
export CLUSTER_NAME=example
export PULL_SECRET="$HOME/pull-secret"
export MEM="6Gi"
export CPU="2"
export WORKER_COUNT="2"
hypershift create cluster kubevirt \
--name $CLUSTER_NAME \
--node-pool-replicas=$WORKER_COUNT \
--pull-secret $PULL_SECRET \
--memory $MEM \
--cores $CPU {code}
- For the infra page after we select Kubevirt card, should we also show the hosted control plane diagram like we do for AWS?
Version-Release number of selected component (if applicable):
ACM 2.8.0-DOWNSTREAM-2023-04-25-14-28-28
How reproducible:
Steps to Reproduce:
- ...
Actual results:
Expected results:
Additional info:
- is caused by
-
ACM-3507 Hypershift KubeVirt platform tech-preview
- Closed