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

Adding node pool is missing "\" in the RHACM documentation for installing HCP on OpenShift virtualization

XMLWordPrintable

    • False
    • None
    • False
    • None

      Need an update in the existing documentation on the topic:
      1.7.11.7.1. Adding node pools
      In this section the command given to create the hcp node pool is incorrect and results in error when copied directly from documentation.

      export NODEPOOL_NAME=${CLUSTER_NAME}-extra-cpu
      export WORKER_COUNT="2"
      export MEM="6Gi"
      export CPU="4"
      export DISK="16"hcp create nodepool kubevirt \
        --cluster-name $CLUSTER_NAME \
        --name $NODEPOOL_NAME \
        --node-count $WORKER_COUNT \
        --memory $MEM \
        --cores $CPU               -------------------- missing "\" here
        --root-volume-size $DISK 

      link to the documentation:

      https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#create-hosted-clusters-kubevirt-scaling-node-pool

            rhn-support-lahinson Laura Hinson
            rhn-support-amulmule Akash Mulmuley
            David Huynh David Huynh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: