Page cover

deploy

The vcluster deploy command is used to deploy a virtual cluster within a project. This command deploys the specified virtual cluster based on the name provided

Usage

cldkctl vcluster deploy [flags]

Aliases

deploy, dp

Steps

  1. Run the following command in your terminal:

cldkctl vcluster deploy --name [vcluster name]
  1. Replace [vcluster name] with the target virtual cluster name to be deployed. The cluster name can be obtained from the vcluster list section.

  2. Once completed successfully, the terminal displays the message "✓ VCluster deployed successfully!"

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flags
Description

-h, --help

Help for the vcluster deploy command.

-n, --name string

Specify virtual cluster name.

Last updated