mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 3 09:23:31 UTC 2024
This commit is contained in:
parent
4ade1b44cc
commit
7e2535c53d
212 changed files with 8070 additions and 151 deletions
|
|
@ -63,6 +63,8 @@ SYNOPSIS
|
|||
--resource-usage-bigquery-dataset=RESOURCE_USAGE_BIGQUERY_DATASET
|
||||
| --cluster-dns=CLUSTER_DNS --cluster-dns-domain=CLUSTER_DNS_DOMAIN
|
||||
--cluster-dns-scope=CLUSTER_DNS_SCOPE
|
||||
--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
|
||||
| --disable-additive-vpc-scope
|
||||
| --dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
| --disable-dataplane-v2-flow-observability
|
||||
| --enable-dataplane-v2-flow-observability
|
||||
|
|
@ -606,13 +608,16 @@ REQUIRED FLAGS
|
|||
Sets the mode of the Kubernetes security posture API's off-cluster
|
||||
features.
|
||||
|
||||
To enable advanced mode explicitly set the flag to
|
||||
--security-posture=enterprise.
|
||||
|
||||
To enable in standard mode explicitly set the flag to
|
||||
--security-posture=standard
|
||||
|
||||
To disable in an existing cluster, explicitly set the flag to
|
||||
--security-posture=disabled.
|
||||
|
||||
SECURITY_POSTURE must be one of: disabled, standard.
|
||||
SECURITY_POSTURE must be one of: disabled, standard, enterprise.
|
||||
|
||||
--set-password
|
||||
Set the basic auth password to the specified value, keeping the
|
||||
|
|
@ -957,6 +962,17 @@ REQUIRED FLAGS
|
|||
vpc
|
||||
Configures the Cloud DNS zone to be private to the VPC Network.
|
||||
|
||||
ClusterDNS_AdditiveVPCScope_EnabledDisable
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
|
||||
The domain used in Additive VPC scope. Only works with Cluster
|
||||
Scope.
|
||||
|
||||
--disable-additive-vpc-scope
|
||||
Disables Additive VPC Scope.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue