deploy
Usage
cldkctl vcluster deploy [flags]Aliases
deploy, dpSteps
cldkctl vcluster deploy --name [vcluster name]
Flags
Flags
Description
Last updated

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
cldkctl vcluster deploy [flags]deploy, dpRun the following command in your terminal:
cldkctl vcluster deploy --name [vcluster name]Replace [vcluster name] with the target virtual cluster name to be deployed. The cluster name can be obtained from the vcluster list section.
Once completed successfully, the terminal displays the message "✓ VCluster deployed successfully!"

This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for the vcluster deploy command.
-n, --name string
Specify virtual cluster name.
Last updated