edbctl image-pull-secret

This command helps to manage pull secrets used in the bootstrapping process of the Hybrid Control Plane.

Commands

edbctl image-pull-secret command has the following options available:

edbctl image-pull-secret create

This command sets up the necessary Kubernetes namespaces and AssetPullSecrets using the provided credentials, preparing for Hybrid Control Plane bootstrapping.

edbctl image-pull-secret create --username <username> --password <password> --registry <registry> [options]

Where options are,

    --username string   Registry username (required).
    --password string   Registry password (required).
    --registry string   Container Registry (required). The URL of the container registry.
-h, --help              help for create

This example shows how to create a Kubernetes namespace and AssetPullSecret

edbctl image-pull-secret create --username <username> --password <password> --registry <registry>

edbctl image-pull-secret list

Retrieves and lists the Kubernetes namespaces and AssetPullSecrets used in Hybrid Control Plane bootstrapping.

edbctl image-pull-secret list [options]

Where options are

-h, --help help for list command

Could this page be better? Report a problem or suggest an addition!