Page cover

create

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:

  1. Run the following command in your terminal:

cldkctl vpn create
  1. Enter the VPN name when prompted.

  2. Select a namespace from the list when prompted.

  3. Enter the desired storage size.

  4. Confirm the VPN creation by pressing y for Confirm or n for Cancel.

  1. Once successful, the terminal displays "✓ VPN successfully created".

Flags

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

Flag
Description

-h, --help

Help for create command.

Last updated