gdcloud system container-registry load-oci

NAME

gdcloud system container-registry load-oci – Lädt ein GDC-OCI-Bundle mit Air Gap zur Aktualisierung in die System Artifact Registry hoch.

ZUSAMMENFASSUNG

gdcloud system container-registry load-oci PATH [flags]

BESCHREIBUNG

Laden Sie ein GDC-OCI-Bundle für Air-Gap in die System Artifact Registry hoch und bereiten Sie die Bundle-Inhalte für die Verwendung in einem GDC-Upgrade für Air-Gap vor.

BEISPIELE

To upload the GDC air-gapped OCI bundle located at /upgrade/oci-bundle, run:

      gdcloud system container-registry load-oci /upgrade/oci-bundle

OPTIONALE FLAGS

      --allow-registry-expansion    Expand registry storage quota automatically if needed. Require skip-registry-quota-check to be false. (default false)
      --insecure                    Bypass TLS certificate checks. (default false)
      --pv-root-cert-path string    Path to the package validation root certificate that has the suffix _root_ca_certificate.crt in its name. Providing this argument allows load-oci to check if there is a need for upgrading package validation root cert configmap in the cluster. (Optional)
      --skip-failover-registry      Skip upload of critical images to the failover registry. (default false)
      --skip-registry-quota-check   Skip the registry quota preflight check. Optional. True by default during preflight check feature soft-launch. (default true)
      --tls-config-enabled          Fetch trusted registry CA data from the cluster. If disabled, uses the system CA instead. (default true)
      --use-ip-port                 Push images using the registry IP address and port directly. (default true)

GDCLOUD-WEITE FLAGS

Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.

Weitere Informationen finden Sie auf der Seite Übersicht über die Referenz zur gcloud CLI.