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

gcloud: Wed Dec 18 10:08:20 UTC 2024

This commit is contained in:
Automated 2024-12-18 10:08:20 +00:00
parent ec6dc40f99
commit 9c53f3cabe
128 changed files with 3295 additions and 279 deletions

View file

@ -24,8 +24,9 @@ SYNOPSIS
[--create-subnetwork=[KEY=VALUE,...]]
[--database-encryption-key=DATABASE_ENCRYPTION_KEY]
[--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE]
[--disable-default-snat] [--disable-pod-cidr-overprovision]
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE]
[--disable-default-snat] [--disable-l4-lb-firewall-reconciliation]
[--disable-pod-cidr-overprovision] [--disk-size=DISK_SIZE]
[--disk-type=DISK_TYPE]
[--enable-authorized-networks-on-private-endpoint]
[--enable-autorepair] [--no-enable-autoupgrade]
[--enable-cilium-clusterwide-network-policy] [--enable-cloud-logging]
@ -444,6 +445,10 @@ FLAGS
requires that you also set --enable-ip-alias and
--enable-private-nodes.
--disable-l4-lb-firewall-reconciliation
Disable reconciliation on the cluster for L4 Load Balancer VPC
firewalls targeting ingress traffic.
--disable-pod-cidr-overprovision
Disables pod cidr overprovision on nodes. Pod cidr overprovisioning is
enabled by default.