1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 23:08:48 +00:00

gcloud: Thu Jun 8 11:29:23 UTC 2023

This commit is contained in:
Automated 2023-06-08 11:29:23 +00:00
parent 91de7103bb
commit 435c9359b5
115 changed files with 1566 additions and 491 deletions

View file

@ -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]
@ -420,6 +420,10 @@ FLAGS
different project, please use --fleet-project=FLEET_HOST_PROJECT.
Example: $ gcloud beta 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.
@ -1174,8 +1178,9 @@ FLAGS
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
Enable Binary Authorization for this cluster.
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED, MONITORING,
MONITORING_AND_PROJECT_SINGLETON_POLICY_ENFORCE,
BINAUTHZ_EVALUATION_MODE must be one of: BOUND_POLICIES,
BOUND_POLICIES_AND_PROJECT_SINGLETON_POLICY_ENFORCE, DISABLED,
MONITORING, MONITORING_AND_PROJECT_SINGLETON_POLICY_ENFORCE,
PROJECT_SINGLETON_POLICY_ENFORCE.
--enable-binauthz

View file

@ -272,8 +272,9 @@ FLAGS
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
Enable Binary Authorization for this cluster.
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED, MONITORING,
MONITORING_AND_PROJECT_SINGLETON_POLICY_ENFORCE,
BINAUTHZ_EVALUATION_MODE must be one of: BOUND_POLICIES,
BOUND_POLICIES_AND_PROJECT_SINGLETON_POLICY_ENFORCE, DISABLED,
MONITORING, MONITORING_AND_PROJECT_SINGLETON_POLICY_ENFORCE,
PROJECT_SINGLETON_POLICY_ENFORCE.
--binauthz-policy=BINAUTHZ_POLICY

View file

@ -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,...]
@ -214,6 +215,10 @@ REQUIRED FLAGS
different project, please use --fleet-project=FLEET_HOST_PROJECT.
Example: $ gcloud beta 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.
@ -645,8 +650,9 @@ REQUIRED FLAGS
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
Enable Binary Authorization for this cluster.
BINAUTHZ_EVALUATION_MODE must be one of: DISABLED, MONITORING,
MONITORING_AND_PROJECT_SINGLETON_POLICY_ENFORCE,
BINAUTHZ_EVALUATION_MODE must be one of: BOUND_POLICIES,
BOUND_POLICIES_AND_PROJECT_SINGLETON_POLICY_ENFORCE, DISABLED,
MONITORING, MONITORING_AND_PROJECT_SINGLETON_POLICY_ENFORCE,
PROJECT_SINGLETON_POLICY_ENFORCE.
--enable-binauthz

View file

@ -2,7 +2,7 @@ NAME
gcloud beta container fleet scopes - manage scopes of all your GKE fleets
SYNOPSIS
gcloud beta container fleet scopes COMMAND [GCLOUD_WIDE_FLAG ...]
gcloud beta container fleet scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage scopes of all your GKE fleets.

View file

@ -2,7 +2,7 @@ NAME
gcloud beta container hub scopes - manage scopes of all your GKE fleets
SYNOPSIS
gcloud beta container hub scopes COMMAND [GCLOUD_WIDE_FLAG ...]
gcloud beta container hub scopes GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage scopes of all your GKE fleets.