Skip to content

Create Cluster Standard

caepe cluster create standard

Create a standard cluster

caepe cluster create standard [flags]

Options

      --agent-mode            Enable cluster to be created without requiring kubeconfig
  -d, --description string    Description of the cluster. (required)
  -e, --environment string    Environment type of the cluster. (required)
      --group strings         Group the cluster belongs to
  -h, --help                  help for standard
      --kubeconfig string     Path to kubeconfig file
  -n, --name string           Name of the cluster. (required)
      --payload-json string   String representing JSON payload
  -p, --provider string       Provider type of the cluster.. (required)
      --region string         Region

Options inherited from parent commands

      --config string         config file path (default /$HOME/.caepe/config)
      --debug                 output debug logs
      --dry-run               do not send the request to server
      --hostname string       hostname of caepe. (required)
      --organization string   organization to interact with. (required)
      --raw-output            show raw output
      --scheme string         Choose from: [https http] (default "https")
      --skip-tls              ignore tls certificate verification

SEE ALSO

Auto generated by spf13/cobra on 31-Mar-2023

Last update: 2023-04-19
Back to top