create
The vcluster create command allows you to create a new virtual cluster within your project. This command can be executed using flags or interactively through TUI mode.
Usage
cldkctl vcluster create [flags]Steps
A virtual cluster can be created directly by using flags. Run the following command in the terminal:
cldkctl vcluster create --name [name] --vcluster-name [vcluster name] --compute-profile [compute profile] --namespace [namespace] Replace
[name]with the desired instance name,[vcluster name]with the virtual cluster name,[compute profile]with the selected compute profile, and[namespace]with the namespace name.Alternatively, run the command interactively using TUI mode by entering:
cldkctl vcluster create In the TUI interface, select the available compute profile.
Enter the instance name.
Enter the virtual cluster name.
Enter the namespace.
Confirm the VPN creation by pressing y for Confirm or n for Cancel.

Once completed successfully, the terminal displays the message "✓ VCluster created successfully!"

Flags
-c, --compute-profile string
Specify compute profile name.
-h, --help
Help for the vcluster create command.
-n, --name string
Specify name.
--namespace
Specify namespace.
-v, --vcluster-name string
Specify virtual cluster name.
Last updated
