edbctl operator Innovation Release
This documentation covers the current Innovation Release of
EDB Postgres AI. You may also want the docs for the current LTS version.
Manages EDB Postgres AI Operator components and artifacts. The edbctl operator command provides tools for managing the Postgres AI Operator, including:
- Syncing operator images
- Managing artifacts for internet-disconnected (air-gapped) OpenShift environments
Commands
- edbctl operator sync-to-local-registry — Sync operator images from EDB repository to a local registry.
edbctl operator sync-to-local-registry
Syncs the operator images from EDB repository to a local registry to manage a local install of HM.
edbctl operator 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 Hybrid Manager release 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 operator 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 <version>
- On this page
- Commands