edbctl image-pull-secret Innovation Release
This documentation covers the current Innovation Release of
EDB Postgres AI. You may also want the docs for the current LTS version.
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 — Create the Kubernetes namespaces and AssetPullSecrets
- edbctl image-pull-secret list — Lists the Kubernetes namespaces and AssetPullSecrets
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
- On this page
- Commands