Page cover

create

The cldkctl registry create command is used to create a new container image registry in your project. This command initializes a private registry and allows users to configure its details such as name, billing type, accessibility, storage size, and description. It is typically used when setting up a dedicated image storage for containerized workloads in Cloudeka AI.

Usage

cldkctl registry 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 registry create
  1. Enter the registry name.

  2. Select the billing type, either Monthly or Trial.

  3. If you choose Trial, note that trial vouchers are only available for this billing type.

  1. Choose the accessibility type, either Public or Private.

  2. Specify the storage size in MB, GB, or TB.

  3. Enter a description for the registry.

  1. Select the purpose of use.

  2. Confirm the setup by selecting Confirm when prompted.

  1. Wait until the message “Registry created successfully” appears in the terminal, indicating that the registry has been successfully created.

  2. Refer to the Registry List section to verify that your new registry has been created successfully.

Flags

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

Flag
Description

-h, --help

Help for the registry create command.

-p, --project string

Specifies the project ID to scope the operation.

Last updated