Avisi cloud logo
Commands

clusters update

update a cluster

acloud clusters update <cluster-slug> [flags]

Examples

# update a cluster
	acloud cluster update <cluster-slug> --enable-addons monitoring,logging
	acloud cluster update <cluster-slug> --enable-high-availability=true
	acloud cluster update <cluster-identity> --enable-pod-security-standards

Options

      --disable-addons strings                 Addons to disable (monitoring(*), logging(*), defaultNetworkPolicies, certManager, sealedSecrets, ingressController, kyverno) - (*) is enabled by default
      --enable-addons strings                  Addons to enable (monitoring(*), logging(*), defaultNetworkPolicies, certManager, sealedSecrets, ingressController, kyverno) - (*) is enabled by default
      --enable-auto-upgrade                    enable auto-upgrade of the cluster
      --enable-high-availability               enable high availability of the control-plane
      --enable-network-encryption              enable encryption at the cluster network layer
      --enable-pod-security-standards          enable pod security standards
  -h, --help                                   help for update
      --maintenance-schedule-identity string   maintenance schedule identity
      --update-channel string                  update channel

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

On this page