mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 02:25:19 +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
|
|
@ -25,8 +25,8 @@ SYNOPSIS
|
|||
[--enable-cloud-logging] [--enable-cloud-monitoring]
|
||||
[--enable-cloud-run-alpha] [--enable-confidential-nodes]
|
||||
[--enable-cost-allocation] [--enable-dataplane-v2] [--enable-fleet]
|
||||
[--enable-google-cloud-access] [--enable-gvnic]
|
||||
[--enable-identity-service] [--enable-image-streaming]
|
||||
[--enable-fqdn-network-policy] [--enable-google-cloud-access]
|
||||
[--enable-gvnic] [--enable-identity-service] [--enable-image-streaming]
|
||||
[--enable-intra-node-visibility] [--enable-ip-alias]
|
||||
[--enable-kubernetes-alpha]
|
||||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
|
|
@ -467,6 +467,10 @@ FLAGS
|
|||
different project, please use --fleet-project=FLEET_HOST_PROJECT.
|
||||
Example: $ gcloud container clusters create --enable-fleet
|
||||
|
||||
--enable-fqdn-network-policy
|
||||
Enable FQDN Network Policies on the cluster. FQDN Network Policies are
|
||||
disabled by default.
|
||||
|
||||
--enable-google-cloud-access
|
||||
When you enable Google Cloud Access, any public IP addresses owned by
|
||||
Google Cloud can reach the public control plane endpoint of your
|
||||
|
|
|
|||
|
|
@ -12,8 +12,9 @@ SYNOPSIS
|
|||
| --disable-database-encryption | --disable-default-snat
|
||||
| --disable-workload-identity | --enable-autoscaling
|
||||
| --enable-cost-allocation | --enable-fleet
|
||||
| --enable-google-cloud-access | --enable-identity-service
|
||||
| --enable-image-streaming | --enable-intra-node-visibility
|
||||
| --enable-fqdn-network-policy | --enable-google-cloud-access
|
||||
| --enable-identity-service | --enable-image-streaming
|
||||
| --enable-intra-node-visibility
|
||||
| --enable-kubernetes-unstable-apis=API,[API,...]
|
||||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
| --enable-master-authorized-networks | --enable-master-global-access
|
||||
|
|
@ -254,6 +255,10 @@ REQUIRED FLAGS
|
|||
different project, please use --fleet-project=FLEET_HOST_PROJECT.
|
||||
Example: $ gcloud container clusters update --enable-fleet
|
||||
|
||||
--enable-fqdn-network-policy
|
||||
Enable FQDN Network Policies on the cluster. FQDN Network Policies
|
||||
are disabled by default.
|
||||
|
||||
--enable-google-cloud-access
|
||||
When you enable Google Cloud Access, any public IP addresses owned by
|
||||
Google Cloud can reach the public control plane endpoint of your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue