edbctl image-pull-secret

This command helps to manage pull secrets used in the bootstrapping process of Hybrid Manager (HM).

Commands

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

edbctl image-pull-secret create

Sets up the necessary Kubernetes namespaces and AssetPullSecrets using the provided credentials, preparing for HM 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 HM 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!