The vpn create command provisions a new VPN instance with specified resources. This command allows you to define VPN name, namespace, and storage size for the new VPN instance.
Usage
cldkctl vpn create [flags]
Steps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl vpn create
Enter the VPN name when prompted.
Select a namespace from the list when prompted.
Enter the desired storage size.
Confirm the VPN creation by pressing y for Confirm or n for Cancel.
Once successful, the terminal displays "✓ VPN successfully created".
Flags
This command supports global flags. Refer to the Global Flags section for details