mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Wed Oct 8 11:07:39 UTC 2025
This commit is contained in:
parent
a0434a4d7a
commit
6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions
|
|
@ -13,7 +13,8 @@ SYNOPSIS
|
|||
[--description=DESCRIPTION] [--enable-managed-prometheus]
|
||||
[--logging=COMPONENT,[COMPONENT,...]]
|
||||
[--system-component-labels=[LABEL,...]]
|
||||
[--system-component-tolerations=[TOLERATION,...]] [--validate-only]
|
||||
[--system-component-tolerations=[TOLERATION,...]]
|
||||
[--tags=TAG,[TAG,...]] [--validate-only]
|
||||
[--disable-cloud-monitoring | --enable-cloud-monitoring]
|
||||
[--proxy-secret-name=PROXY_SECRET_NAME
|
||||
--proxy-secret-namespace=PROXY_SECRET_NAMESPACE]
|
||||
|
|
@ -197,6 +198,14 @@ OPTIONAL FLAGS
|
|||
--system-component-tolerations=[TOLERATION,...]
|
||||
Kubernetes tolerations to be applied to system component pods.
|
||||
|
||||
--tags=TAG,[TAG,...]
|
||||
Tag keys/values directly bound to this resource.
|
||||
|
||||
The short name of a tag key or value can have a maximum length of 256
|
||||
characters. The permitted character set for the short name includes
|
||||
UTF-8 encoded Unicode characters except single quotes, double quotes,
|
||||
backslashes, and forward slashes.
|
||||
|
||||
--validate-only
|
||||
Validate the cluster to create, but don't actually perform it.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue