ksctl_delete-cluster_ha-civo_del-nodes

Command documentation for ksctl_delete-cluster_ha-civo_del-nodes

ksctl delete-cluster ha-civo del-nodes

Use to remove worker nodes in self-managed Highly-Available cluster on Civo

Synopsis

It is used to delete cluster with the given name from user

ksctl delete-cluster ha-civo del-nodes [flags]

Examples


ksctl delete ha-civo del-nodes -n demo -r LON1 -s store-local --noWP 1      # Here the noWP is the desired count of workernodes
	

Options

      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for del-nodes
  -n, --name string            Cluster Name (default "demo")
      --noWP int               Number of WorkerPlane Nodes (default -1)
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
  -y, --yes                    approval to avoid showMsg (default true)

SEE ALSO

Auto generated by spf13/cobra on 2-Dec-2024

Last modified December 2, 2024: chore(cicd): Update CLI documentation (74eb784)