ksctl_create-cluster_azure

Command documentation for ksctl_create-cluster_azure

ksctl create-cluster azure

Use to create a AKS cluster in Azure

Synopsis

Ksctl ascii [logo]

ksctl create-cluster azure [flags]

Examples


ksctl create-cluster azure -n demo -r eastus -s store-local --nodeSizeMP Standard_DS2_v2 --noMP 3

Options

      --bootstrap string       Kubernetes Bootstrap
      --cni string             CNI
      --feature-flags string   Experimental Features: Supported values with comma seperated: [autoscale]
  -h, --help                   help for azure
  -n, --name string            Cluster Name (default "demo")
      --noMP int               Number of Managed Nodes (default -1)
      --nodeSizeMP string      Node size of managed cluster nodes
  -r, --region string          Region
  -s, --storage string         storage provider
  -v, --verbose int            for verbose output
      --version string         Kubernetes Version
  -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)