ksctl_create-cluster_ha-aws_add-nodes

Command documentation for ksctl_create-cluster_ha-aws_add-nodes

ksctl create-cluster ha-aws add-nodes

Use to add more worker nodes in self-managed Highly-Available cluster on Aws

Synopsis

It is used to add nodes to worker nodes in cluster with the given name from user.

ksctl create-cluster ha-aws add-nodes [flags]

Examples


ksctl create ha-aws add-nodes -n demo -r ap-south-1 -s store-local --noWP 3 --nodeSizeWP t2.medium # Here the noWP is the desired count of workernodes
	

Options

  -h, --help                help for add-nodes
  -n, --name string         Cluster Name (default "demo")
      --noWP int            Number of WorkerPlane Nodes (default -1)
      --nodeSizeWP string   Node size of self-managed workerplane nodes
  -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)