mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Jan 31 10:36:17 UTC 2024
This commit is contained in:
parent
7a546ffea4
commit
fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions
|
|
@ -6,7 +6,7 @@ SYNOPSIS
|
|||
gcloud edge-cloud container clusters get-credentials
|
||||
(CLUSTER : --location=LOCATION)
|
||||
[--auth-provider-cmd-path=AUTH_PROVIDER_CMD_PATH]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--offline-credential] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Fetch credentials for a running Edge Container cluster. This command
|
||||
|
|
@ -63,6 +63,10 @@ FLAGS
|
|||
Path to the gcloud executable for the auth provider field in
|
||||
kubeconfig.
|
||||
|
||||
--offline-credential
|
||||
Once specified, an offline credential will be generated for the
|
||||
cluster.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters update (CLUSTER : --location=LOCATION)
|
||||
[--async]
|
||||
[--async] [--release-channel=RELEASE_CHANNEL]
|
||||
[--clear-maintenance-window
|
||||
| --maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
|
|
@ -59,6 +59,14 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--release-channel=RELEASE_CHANNEL
|
||||
Release channel a cluster is subscribed to. It supports two values,
|
||||
NONE and REGULAR. NONE is used to opt out of any release channel.
|
||||
Clusters subscribed to the REGULAR channel will be automatically
|
||||
upgraded to versions that are considered GA quality, and cannot be
|
||||
manually upgraded. RELEASE_CHANNEL must be one of: none, regular,
|
||||
release-channel-unspecified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-maintenance-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue