이름
gdcloud system container-registry load-oci - 업그레이드를 위해 GDC 오프라인 OCI 번들을 시스템 Artifact Registry에 업로드합니다.
개요
gdcloud system container-registry load-oci PATH [flags]
설명
GDC 오프라인 OCI 번들을 시스템 Artifact Registry에 업로드하고 GDC 오프라인 업그레이드에 사용할 번들 콘텐츠를 준비합니다.
EXAMPLES
To upload the GDC air-gapped OCI bundle located at /upgrade/oci-bundle, run:
gdcloud system container-registry load-oci /upgrade/oci-bundle
선택적 플래그
--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 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration, --format, --help, --project, --quiet).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.