-
Bug
-
Resolution: Done
-
Critical
-
MCE 2.3.0
-
False
-
None
-
False
-
-
-
Important
-
No
Description of problem:
After successfully deploying a kubevirt hosted cluster, we can see that the nodes are up via cli:
oc get nodepools -A NAMESPACE NAME CLUSTER DESIRED NODES CURRENT NODES AUTOSCALING AUTOREPAIR VERSION UPDATINGVERSION UPDATINGCONFIG MESSAGE local-cluster a577655ea5840e35d15c a577655ea5840e35d15c 3 3 False False 4.13.0-rc.3 local-cluster clc-dhu-hs-kubevirt clc-dhu-hs-kubevirt 2 2 False False 4.12.1
I can also see that the nodes are healthy on the hosted cluster:
oc --kubeconfig $CLUSTER_NAME-kubeconfig get nodes; oc --kubeconfig
$CLUSTER_NAME-kubeconfig get clusterversion NAME STATUS ROLES AGE VERSION clc-dhu-hs-kubevirt-4qssx Ready worker 28m v1.25.7+eab9cc9 clc-dhu-hs-kubevirt-z7f4m Ready worker 29m v1.25.7+eab9cc9 NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.12.10 True False 20m Cluster version is 4.12.10
Node pool also appears on the UI section:
However node count and node page doesn't show any count:
Version-Release number of selected component (if applicable):
2.3.0-DOWNANDBACK-2023-04-11-21-50-15
How reproducible:
Steps to Reproduce:
- create kubevirt hosted cluster and view the cluster's overview page
- ...
Actual results:
Expected results:
Additional info:
- is caused by
-
ACM-3507 Hypershift KubeVirt platform tech-preview
- Closed