mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Tue Oct 18 11:38:19 UTC 2022
This commit is contained in:
parent
389ff42bae
commit
5c08d21169
159 changed files with 4170 additions and 656 deletions
|
|
@ -156,13 +156,12 @@ FLAGS
|
|||
are additional Kubernetes cluster components. Addons specified by this
|
||||
flag will be enabled. The others will be disabled. Default addons:
|
||||
HttpLoadBalancing, HorizontalPodAutoscaling. The Istio addon is
|
||||
deprecated and will be removed in an upcoming release. For more
|
||||
information and migration, see
|
||||
deprecated and removed. For more information and migration, see
|
||||
https://cloud.google.com/istio/docs/istio-on-gke/migrate-to-anthos-service-mesh.
|
||||
ADDON must be one of: HttpLoadBalancing, HorizontalPodAutoscaling,
|
||||
KubernetesDashboard, NetworkPolicy, NodeLocalDNS, ConfigConnector,
|
||||
GcePersistentDiskCsiDriver, GcpFilestoreCsiDriver, Istio,
|
||||
ApplicationManager, BackupRestore, CloudRun.
|
||||
GcePersistentDiskCsiDriver, GcpFilestoreCsiDriver, BackupRestore,
|
||||
Istio, ApplicationManager, CloudRun.
|
||||
|
||||
--allow-route-overlap
|
||||
Allows the provided cluster CIDRs to overlap with existing routes that
|
||||
|
|
@ -562,7 +561,7 @@ FLAGS
|
|||
client certificates are disabled by default.
|
||||
|
||||
--istio-config=[auth=MTLS_PERMISSIVE,...]
|
||||
(DEPRECATED) Configurations for Istio addon, requires --addons contains
|
||||
(REMOVED) Configurations for Istio addon, requires --addons contains
|
||||
Istio for create, or --update-addons Istio=ENABLED for update.
|
||||
|
||||
auth
|
||||
|
|
@ -573,8 +572,8 @@ FLAGS
|
|||
$ gcloud beta container clusters create example-cluster \
|
||||
--istio-config=auth=MTLS_PERMISSIVE
|
||||
|
||||
The --istio-config flag is deprecated and will be removed in an
|
||||
upcoming release. For more information and migration, see
|
||||
The --istio-config flag is no longer supported. For more
|
||||
information and migration, see
|
||||
https://cloud.google.com/istio/docs/istio-on-gke/migrate-to-anthos-service-mesh.
|
||||
|
||||
--labels=[KEY=VALUE,...]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue