이름
gdcloud organizations upgrade rollout - 지정된 조직의 새 버전으로의 업그레이드를 트리거합니다.
개요
gdcloud organizations upgrade rollout --version=VERSION --names=ORG_NAME1,ORG_NAME2,... --zone=ZONE_NAME [flags]
EXAMPLES
To upgrade the infra organization "root" to version "1.14.3-gdch.1000-1", run:
gdcloud organization upgrade rollout --version=1.14.3-gdch.1000-1 --names=root
To upgrade an organizations "org-1" and "org-2" to version "1.14.3-gdch.1000-1", run:
gdcloud organization upgrade rollout --version=1.14.3-gdch.1000-1 --names=org-1,org-2,... --zone=zone1
To upgrade all eligible organizations in zone1 to version "1.14.3-gdch.1000-1", run:
gdcloud organization upgrade rollout --version=1.14.3-gdch.1000-1 --all --zone=zone1
Root organization must be at the new version or greater, before a version is available to any other organizations in a zone.
선택적 플래그
-a, --all Upgrade all organizations in the given zone.
--direct Rollout OC changes to the specified organization(s) directly.
--distribute-artifacts Distribute artifacts to a tenant org before rolling out to the org directly.
--ignore-maintenance-window Ignore maintenance window for tenant organization upgrade.
-n, --names strings Comma-separated list of organizations to trigger upgrade for.
--skip-checks Skip preflight and postflight checks for organization upgrade.
--version string Version to upgrade to.
-z, --zone string Zone to rollout upgrade for.
GDCLOUD 전체 플래그
이러한 플래그는 모든 명령어에서 사용할 수 있습니다(--configuration
, --format
, --help
, --project
, --quiet
).
자세한 내용은 gdcloud CLI 참조 개요 페이지를 참고하세요.