ksctl_create-cluster_ha-azure_add-nodes

Command documentation for ksctl_create-cluster_ha-azure_add-nodes

ksctl create-cluster ha-azure add-nodes

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

Synopsis

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

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

Examples


ksctl create ha-azure add-nodes -n demo -r eastus -s store-local --noWP 3 --nodeSizeWP Standard_F2s      # 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 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)