mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jan 29 10:02:21 UTC 2025
This commit is contained in:
parent
861d4011dc
commit
50090ced80
157 changed files with 5563 additions and 179 deletions
|
|
@ -585,10 +585,20 @@ FLAGS
|
|||
IP if --enable-private-endpoint is not enabled.
|
||||
|
||||
--enable-ip-alias
|
||||
Enable use of alias IPs
|
||||
(https://cloud.google.com/compute/docs/alias-ip/) for Pod IPs. This
|
||||
will require at least two secondary ranges in the subnetwork, one for
|
||||
the pod IPs and another to reserve space for the services range.
|
||||
--enable-ip-alias creates a VPC-native cluster. If you set this option,
|
||||
you can optionally specify the IP address ranges to use for Pods and
|
||||
Services. For instructions, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/alias-ips.
|
||||
|
||||
--no-enable-ip-alias creates a routes-based cluster. This type of
|
||||
cluster routes traffic between Pods using Google Cloud Routes. This
|
||||
option is not recommended; use the default VPC-native cluster type
|
||||
instead. For instructions, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/routes-based-cluster
|
||||
|
||||
You can't specify both --enable-ip-alias and --no-enable-ip-alias. If
|
||||
you omit both --enable-ip-alias and --no-enable-ip-alias, the default
|
||||
is a VPC-native cluster.
|
||||
|
||||
--enable-kubernetes-alpha
|
||||
Enable Kubernetes alpha features on this cluster. Selecting this option
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue