Scale a nodepool of a given cluster to the number of replicas

dkp scale nodepool name [flags]
CODE

Options

  -c, --cluster-name name         Name used to prefix the cluster and all the created resources.
  -h, --help                      help for nodepool
      --kubeconfig string         Path to the kubeconfig for the management cluster. If unspecified, default discovery rules apply.
  -n, --namespace string          If present, the namespace scope for this CLI request. (default "default")
      --nodes-to-delete strings   A list of node names to mark for deletion when scaling down a node pool. If left empty, the nodes to delete will be selected at random. (default [])
      --replicas int              The new desired number of replicas.
CODE

Options inherited from parent commands

  -v, --verbose int   Output verbosity
CODE

SEE ALSO