Avisi cloud logo
Commands

node-pools create

create a new node-pool in an AME cluster

acloud node-pools create [flags]

Options

      --auto-scaling               Enable automatic scaling of the node pool (use --node-count and --max-size to configure)
      --availability-zone string   availability-zone to use (cluster must have multi-availability-zone support)
      --cluster string             cluster to use
      --enable-node-reboots        Enable automatic node reboots when a system reboot is required
  -h, --help                       help for create
      --max-size int               maximum number of nodes (used when auto-scaling is enabled) (default 1)
      --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 (min-size auto-scaling is enabled) (default 1)
      --node-type string           type of nodes
      --upgrade-strategy string    Node pool upgrade strategy
      --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