Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-24160

Ability to set up the Hosted Control Plane cluster without worker nodes from ACM UI

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Not Selected

      While creating cluster by hcp command line like below, the worker node is not mandatory:

      hcp create cluster agent \
          --name=${HOSTED_CLUSTER_NAME} \
          --pull-secret=${PULL_SECRET_FILE} \
          --base-domain=${BASEDOMAIN} \
          --etcd-storage-class=${ETCD_STORAGE} \
          --ssh-key  ${SSH_KEY} \
          --namespace ${CLUSTERS_NAMESPACE} \
          --control-plane-availability-policy SingleReplica \
          --release-image=quay.io/openshift-release-dev/ocp-release:${OCP_RELEASE} \
        --api-server-address=X.X.X.X \
          --agent-namespace=$HOSTED_CLUSTER_NAME 

       However, the ACM UI does not allow to even proceed further until at-least one host is present in the host inventory and gives error 'No available hosts found' (see screenshot).

      ACM UI should allow to setup the Hosted Control Plane (HCP) cluster from ACM console without the need to add worker nodes first. Hosts can later be added as required.

              jgyselov@redhat.com Julie Gyselova
              rhn-support-ribanerj Riya Banerjee
              Lubov Shilin Lubov Shilin
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: