mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Mar 29 10:40:15 UTC 2023
This commit is contained in:
parent
4ccfc7a5e3
commit
5fabf24be7
269 changed files with 6797 additions and 464 deletions
|
|
@ -12,7 +12,8 @@ SYNOPSIS
|
|||
[--build-artifacts=BUILD_ARTIFACTS | --images=[NAME=TAG,...]]
|
||||
[--disable-initial-rollout | --enable-initial-rollout
|
||||
--initial-rollout-annotations=[KEY=VALUE,...]
|
||||
--initial-rollout-labels=[KEY=VALUE,...]]
|
||||
--initial-rollout-labels=[KEY=VALUE,...]
|
||||
--initial-rollout-phase-id=INITIAL_ROLLOUT_PHASE_ID]
|
||||
[--from-k8s-manifest=FROM_K8S_MANIFEST
|
||||
| --from-run-manifest=FROM_RUN_MANIFEST
|
||||
| --skaffold-file=SKAFFOLD_FILE --source=SOURCE; default="."]
|
||||
|
|
@ -184,6 +185,18 @@ FLAGS
|
|||
$ gcloud beta deploy releases create \
|
||||
initial-rollout-labels="commit=abc123,author=foo"
|
||||
|
||||
--initial-rollout-phase-id=INITIAL_ROLLOUT_PHASE_ID
|
||||
The phase to start the initial rollout at when creating the release.
|
||||
The phase ID must be a valid phase on the rollout. If not specified,
|
||||
then the rollout will start at the first phase.
|
||||
|
||||
Examples:
|
||||
|
||||
Start rollout at stable phase:
|
||||
|
||||
$ gcloud beta deploy releases create \
|
||||
--initial-rollout-phase-id=stable
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--from-k8s-manifest=FROM_K8S_MANIFEST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue