Skip to main content
Skip table of contents

dkp create nodepool vcd

Create a nodepool in VCD

CODE
dkp create nodepool vcd name [flags]

Options

CODE
      --allow-missing-template-keys       If true, ignore any errors in templates when a field or map key is missing in the template. Only applies to golang and jsonpath output formats. (default true)
      --catalog string                    Catalog hosting the virtual machine vApp template.
  -c, --cluster-name name                 Name used to prefix the cluster and all the created resources.
      --dry-run                           Only print the objects that would be created, without creating them.
  -h, --help                              help for vcd
      --http-proxy string                 HTTP proxy for nodes
      --https-proxy string                HTTPS proxy for nodes
      --kubeconfig string                 Path to the kubeconfig for the management cluster. If unspecified, default discovery rules apply.
      --kubernetes-version string         Kubernetes version (default "1.30.5")
  -n, --namespace string                  If present, the namespace scope for this CLI request. (default "default")
      --no-proxy strings                  No Proxy list for nodes (default [])
  -o, --output string                     Output format. One of: (json, yaml, name, go-template, go-template-file, template, templatefile, jsonpath, jsonpath-as-json, jsonpath-file).
      --output-directory string           Used with --output=json|yaml. The directory where to output resources to files. The directory must already exist.
      --registry-mirror-cacert file       Path to file containing the CA certificate used to verify the registry mirror server certificate
      --registry-mirror-password string   Password used to authenticate with the registry mirror
      --registry-mirror-url url           URL of a container registry used as a mirror
      --registry-mirror-username string   Username used to authenticate with the registry mirror
      --replicas int32                    Number of replicas (default 1)
      --show-managed-fields               If true, keep the managedFields when printing objects in JSON or YAML format.
      --ssh-public-key-file string        Path to the authorized SSH key for the user
      --ssh-username string               Name of the user to create on the instance (default "konvoy")
      --storage-profile string            The storage profile to be used for a virtual machine (default "*")
      --template string                   Template string or path to template file to use when -o=go-template, -o=go-template-file. The template format is golang templates [http://golang.org/pkg/text/template/#pkg-overview].
      --timeout duration                  The length of time to wait before giving up. Zero means wait forever (e.g. 300s, 30m, 3h). (default 30m0s)
      --vapp-template string              The vApp template to use for a virtual machine.
      --wait                              If true, wait for operations to complete before returning.
      --worker-disk-size int32            The size (in GiB) of the root disk used on this machine. If set to 0, the vApp template determines the disk size. To use values other than 0, disable Fast Provisioning in the Organization VDC.
      --worker-placement-policy string    The placement policy for workers to be used on this machine
      --worker-sizing-policy string       The sizing policy for workers to be used on this machine

Options inherited from parent commands

CODE
  -v, --verbose int   Output verbosity

SEE ALSO

  • dkp create nodepool - Create a nodepool, one of [aks, aws, azure, eks, gcp, nutanix, preprovisioned, vcd, vsphere]
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.