Uploaded image for project: 'OpenShift Hive'
  1. OpenShift Hive
  2. HIVE-2827

The day2 machinepool's machineset/instance is not created for classic cluster in expected time

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The day2 machinepool's instance and machineset is not created for classic cluster

      How reproducible:

      100%

      Env: int and stage

      Steps

      1. create a classic ROSA cluster with 4.18.7
      2. Wait for it ready
      3. Create a machinepool for it
      4. Wait for 5 mins
      5. Check the machine set

      Actual result:
      There is no instance/machineset for the new created machinepool

      rosa create machinepool -c ying-test
      W: The current version (1.2.51) is not up to date with latest rosa cli released version (1.2.52).
      W: It is recommended that you update to the latest version.
      I: Enabling interactive mode
      ? Machine pool name: mp-1
      ? Enable autoscaling: No
      ? Replicas: 1
      I: Checking available instance types for machine pool 'mp-1'
      ? Instance type (default = 'm5.xlarge'): m5.xlarge
      ? Labels (optional):
      ? Taints (optional):
      ? Use spot instances: No
      ? Tags (optional):
      ? Root disk size (GiB or TiB): 300 GiB
      I: Machine pool 'mp-1' created successfully on cluster 'ying-test'
      I: To view the machine pool details, run 'rosa describe machinepool --cluster ying-test --machinepool mp-1'
      I: To view all machine pools, run 'rosa list machinepools --cluster ying-test'
      oc get machineset -n openshift-machine-api  --kubeconfig=kubeconfig
      NAME                                DESIRED   CURRENT   READY   AVAILABLE   AGE
      ying-test-tcgns-worker-us-west-2a   2         2         2       2           46m
      

      Expected result:
      There should be machine set for the new machine pool in reasonable time.

      Additional information:

      Wait for about 30 mins, the machine set is created

       oc get machineset -n openshift-machine-api  --kubeconfig=kubeconfig
      NAME                                DESIRED   CURRENT   READY   AVAILABLE   AGE
      ying-test-tcgns-infra-us-west-2a    2         2         2       2           27m
      ying-test-tcgns-mp-1-us-west-2a     1         1         1       1           14m
      ying-test-tcgns-worker-us-west-2a   2         2         2       2           68m
      
      

      The result is same for GCP/AWS OSD clusters

              efried.openshift Eric Fried
              rhn-support-yingzhan Ying Zhang
              Mingxia Huang Mingxia Huang
              None
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: