Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.31 KB

cloudcli_k8s_create_node.md

File metadata and controls

42 lines (30 loc) · 1.31 KB

cloudcli k8s create_node

Create a node (BETA)

Synopsis

Create a node (BETA)

Create a new node in an existing nodepool. Safe to run multiple times, the node will be added only if it does not already exist in the nodepool.

cloudcli k8s create_node [flags]

Options

  -h, --help                   help for create_node
      --kconfig string         Path to Kamatera cluster configuration file in JSON or YAML format
                               Use our server configuration interface at https://kamatera.github.io/kamateratoolbox/serverconfiggen_k8s.html to generate this configuration file
      --node_number string     Node number
      --nodepool_name string   Nodepool name

Options inherited from parent commands

      --api-clientid string   API Client ID
      --api-secret string     API Secret
      --config string         config file (default is $HOME/.cloudcli.yaml)
      --debug                 enable debug output to stderr
      --dryrun                enable dry run mode, does not perform actions
      --format string         output format, default format is a human readable summary
      --no-config             disable loading from config file

SEE ALSO

Auto generated by spf13/cobra on 22-Oct-2024