edbctl operator

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

Syncs the operator images from EDB repository to a local registry, to manage a local install of Hybrid Manager.

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 Control Plane 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 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>

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