mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Aug 23 10:30:46 UTC 2023
This commit is contained in:
parent
5f3d6bc974
commit
f9edf67fe5
677 changed files with 22815 additions and 975 deletions
|
|
@ -7,7 +7,8 @@ SYNOPSIS
|
|||
[--default-upgrade-soaking=DEFAULT_UPGRADE_SOAKING
|
||||
--upstream-scope=UPSTREAM_SCOPE
|
||||
--add-upgrade-soaking-override=ADD_UPGRADE_SOAKING_OVERRIDE
|
||||
--upgrade-selector=[UPGRADE_SELECTOR,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
--upgrade-selector=[name=NAME],[version=VERSION]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a Fleet Scope resource.
|
||||
|
|
@ -113,7 +114,7 @@ FLAGS
|
|||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--upgrade-selector=[UPGRADE_SELECTOR,...]
|
||||
--upgrade-selector=[name=NAME],[version=VERSION]
|
||||
Name and version of the upgrade to be overridden where version is a
|
||||
full GKE version. Currently, name can be either k8s_control_plane
|
||||
or k8s_node.
|
||||
|
|
@ -138,7 +139,9 @@ NOTES
|
|||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist. This variant is also available:
|
||||
access allowlist. These variants are also available:
|
||||
|
||||
$ gcloud container fleet scopes create
|
||||
|
||||
$ gcloud beta container fleet scopes create
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue