mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Jun 8 11:29:23 UTC 2023
This commit is contained in:
parent
91de7103bb
commit
435c9359b5
115 changed files with 1566 additions and 491 deletions
|
|
@ -24,8 +24,8 @@ SYNOPSIS
|
|||
[--no-enable-autoupgrade] [--enable-cloud-logging]
|
||||
[--enable-cloud-monitoring] [--enable-cloud-run-alpha]
|
||||
[--enable-confidential-nodes] [--enable-cost-allocation]
|
||||
[--enable-dataplane-v2] [--enable-fleet] [--enable-gke-oidc]
|
||||
[--enable-google-cloud-access] [--enable-gvnic]
|
||||
[--enable-dataplane-v2] [--enable-fleet] [--enable-fqdn-network-policy]
|
||||
[--enable-gke-oidc] [--enable-google-cloud-access] [--enable-gvnic]
|
||||
[--enable-identity-service] [--enable-image-streaming]
|
||||
[--enable-intra-node-visibility] [--enable-ip-alias]
|
||||
[--enable-kubernetes-alpha]
|
||||
|
|
@ -425,6 +425,10 @@ FLAGS
|
|||
different project, please use --fleet-project=FLEET_HOST_PROJECT.
|
||||
Example: $ gcloud alpha container clusters create --enable-fleet
|
||||
|
||||
--enable-fqdn-network-policy
|
||||
Enable FQDN Network Policies on the cluster. FQDN Network Policies are
|
||||
disabled by default.
|
||||
|
||||
--enable-gke-oidc
|
||||
(DEPRECATED) Enable GKE OIDC authentication on the cluster.
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,8 @@ SYNOPSIS
|
|||
| --database-encryption-key=DATABASE_ENCRYPTION_KEY
|
||||
| --disable-database-encryption | --disable-default-snat
|
||||
| --disable-workload-identity | --enable-autoscaling
|
||||
| --enable-cost-allocation | --enable-fleet | --enable-gke-oidc
|
||||
| --enable-cost-allocation | --enable-fleet
|
||||
| --enable-fqdn-network-policy | --enable-gke-oidc
|
||||
| --enable-google-cloud-access | --enable-identity-service
|
||||
| --enable-image-streaming | --enable-intra-node-visibility
|
||||
| --enable-kubernetes-unstable-apis=API,[API,...]
|
||||
|
|
@ -215,6 +216,10 @@ REQUIRED FLAGS
|
|||
different project, please use --fleet-project=FLEET_HOST_PROJECT.
|
||||
Example: $ gcloud alpha container clusters update --enable-fleet
|
||||
|
||||
--enable-fqdn-network-policy
|
||||
Enable FQDN Network Policies on the cluster. FQDN Network Policies
|
||||
are disabled by default.
|
||||
|
||||
--enable-gke-oidc
|
||||
(DEPRECATED) Enable GKE OIDC authentication on the cluster.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue