node-pools create

acloud node-pools create

create a new node-pool in an AME cluster

acloud node-pools create [flags]

Options

      --availability-zone string   availability-zone to use (cluster must have multi-availability-zone support)
      --cluster string             cluster to use
  -h, --help                       help for create
      --name string                name to use
      --node-auto-replacement      Enable automatic replacement of unhealthy nodes within the node pool (default true)
      --node-count int             number of nodes (default 1)
      --node-type string           type of nodes
      --yes-i-am-really-sure       confirm creating the node-pool

Options inherited from parent commands

  -C, --context string                    sets the context
      --debug                             enable debug mode
      --debug-show-authorization-header   prints actual authorization header in debug mode, use with caution!
  -O, --organisation string               sets the organisation
      --request-timeout duration          request timeout for api calls to the Avisi Cloud API (default 15s)
      --trace                             enable trace mode

SEE ALSO