-
Bug
-
Resolution: Done
-
Undefined
-
ACM 2.10.2
-
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: