-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
MCE 2.2.0, ACM 2.7.0
-
False
-
None
-
False
-
-
-
Moderate
-
Customer Facing
-
No
Description of problem:
When we create a new node pool, we already know the version of the expected node pool, this should be reflected in the UI and in CLI
$ hypershift create nodepool aws \ --cluster-name feat-clc-dhu-aws03 \ --namespace local-cluster \ --name dhu-new-np1 \ --node-count 2 \ --instance-type t3.large NodePool dhu-new-np1 created $ oc get nodepools dhu-new-np1 -n local-cluster NAME CLUSTER DESIRED NODES CURRENT NODES AUTOSCALING AUTOREPAIR VERSION UPDATINGVERSION UPDATINGCONFIG MESSAGE dhu-new-np1 feat-clc-dhu-aws03 2 False False True True Minimum availability requires 2 replicas, current 0 available
Version-Release number of selected component (if applicable):
acm 2.7.0-fc20
How reproducible:
always
Steps to Reproduce:
- create new node pool via CLI
- check node pool that appears on UI for hosted cluster
- ...