mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-17 14:26:34 +00:00
gcloud: Wed Aug 21 09:39:51 UTC 2024
This commit is contained in:
parent
d35819d273
commit
ed5fe34b64
163 changed files with 3541 additions and 717 deletions
|
|
@ -20,13 +20,13 @@ SYNOPSIS
|
|||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-master-global-access] [--enable-ray-cluster-logging]
|
||||
[--enable-ray-cluster-monitoring] [--enable-ray-operator]
|
||||
[--fleet-project=PROJECT_ID_OR_NUMBER] [--labels=[KEY=VALUE,...]]
|
||||
[--logging=[COMPONENT,...]] [--monitoring=[COMPONENT,...]]
|
||||
[--network=NETWORK] [--private-endpoint-subnetwork=NAME]
|
||||
[--release-channel=[CHANNEL]] [--security-group=SECURITY_GROUP]
|
||||
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
|
||||
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
|
||||
[--workload-policies=WORKLOAD_POLICIES]
|
||||
[--enable-secret-manager] [--fleet-project=PROJECT_ID_OR_NUMBER]
|
||||
[--labels=[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
|
||||
[--monitoring=[COMPONENT,...]] [--network=NETWORK]
|
||||
[--private-endpoint-subnetwork=NAME] [--release-channel=[CHANNEL]]
|
||||
[--security-group=SECURITY_GROUP] [--security-posture=SECURITY_POSTURE]
|
||||
[--services-ipv4-cidr=CIDR] [--services-secondary-range-name=NAME]
|
||||
[--subnetwork=SUBNETWORK] [--workload-policies=WORKLOAD_POLICIES]
|
||||
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
| --disable-dataplane-v2-flow-observability
|
||||
|
|
@ -260,6 +260,14 @@ FLAGS
|
|||
--enable-ray-operator
|
||||
Enable the Ray Operator GKE add-on. This add-on is disabled by default.
|
||||
|
||||
--enable-secret-manager
|
||||
Enables the Secret Manager CSI driver provider component. See
|
||||
https://secrets-store-csi-driver.sigs.k8s.io/introduction
|
||||
https://github.com/GoogleCloudPlatform/secrets-store-csi-driver-provider-gcp
|
||||
|
||||
To disable in an existing cluster, explicitly set flag to
|
||||
--no-enable-secret-manager
|
||||
|
||||
--fleet-project=PROJECT_ID_OR_NUMBER
|
||||
Sets fleet host project for the cluster. If specified, the current
|
||||
cluster will be registered as a fleet membership under the fleet host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue