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, dpSteps
Run 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!"

Flags
Flags
Description
-h, --help
Help for the vcluster deploy command.
-n, --name string
Specify virtual cluster name.
Last updated
