edbctl operand Innovation Release
This documentation covers the current Innovation Release of
EDB Postgres AI. You may also want the docs for the current LTS version.
The edbctl operand command provides tools for managing the EDB Postgres AI Postgres Operand images, including syncing images from the EDB repository to your local container image registry.
Commands
- edbctl operand sync-to-local-registry — Sync operand images from EDB repository to a local registry.
edbctl operand sync-to-local-registry
Syncs the operand images from EDB repository to a local registry to provision in a local install of HM.
edbctl operand sync-to-local-registry [options]
Where options are:
--source-registry-username string Source registry username (required).
--source-registry-password string Source registry password (required).
--destination-registry-uri string Destination registry URI (required).
--destination-registry-username string Destination registry username (required).
--destination-registry-password string Destination registry password (required).
--version string Operand version (required).
--sign-by-sigstore-private-key string Path to the Sigstore private key.
--sign-passphrase-file string Path to the file containing the passphrase for the Sigstore private key.
-y, --yes Auto-confirm all confirmations.
-h, --help Help for sync-to-local-registry.This example shows how to sync the EDB repository to a local registry:
edbctl operand sync-to-local-registry --source-registry-username <username> --source-registry-password <password> --destination-registry-uri <registry> --destination-registry-username <username> --destination-registry-password <password> --version "v.<version>"
- On this page
- Commands