1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Nov 13 10:04:10 UTC 2024

This commit is contained in:
Automated 2024-11-13 10:04:10 +00:00
parent 7da5872e5c
commit a63704a3af
252 changed files with 4821 additions and 807 deletions

View file

@ -48,12 +48,14 @@ SYNOPSIS
[--enable-service-externalips] [--enable-shielded-nodes]
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
[--fleet-project=PROJECT_ID_OR_NUMBER] [--gateway-api=GATEWAY_API]
[--identity-provider=IDENTITY_PROVIDER] [--image-type=IMAGE_TYPE]
[--hpa-profile=HPA_PROFILE] [--identity-provider=IDENTITY_PROVIDER]
[--image-type=IMAGE_TYPE]
[--in-transit-encryption=IN_TRANSIT_ENCRYPTION]
[--ipv6-access-type=IPV6_ACCESS_TYPE] [--issue-client-certificate]
[--istio-config=[auth=MTLS_PERMISSIVE,...]] [--labels=[KEY=VALUE,...]]
[--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
[--logging-variant=LOGGING_VARIANT]
[--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]]
[--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE]
[--logging=[COMPONENT,...]] [--logging-variant=LOGGING_VARIANT]
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
[--max-nodes-per-pool=MAX_NODES_PER_POOL]
[--max-pods-per-node=MAX_PODS_PER_NODE]
@ -746,6 +748,10 @@ FLAGS
definitions from the standard OSS Gateway API release channel will
be installed.
--hpa-profile=HPA_PROFILE
Setting Horizontal Pod Autoscaler behavior, which is none by default.
HPA_PROFILE must be one of: none, performance.
--identity-provider=IDENTITY_PROVIDER
Enable 3P identity provider on the cluster.
@ -818,6 +824,11 @@ FLAGS
The --linux-sysctls flag is deprecated. Please use
--system-config-from-file instead.
--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE
Encryption mode for Local SSDs on the cluster.
LOCAL_SSD_ENCRYPTION_MODE must be one of: STANDARD_ENCRYPTION,
EPHEMERAL_KEY_ENCRYPTION.
--logging=[COMPONENT,...]
Set the components that have logging enabled. Valid component values
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE

View file

@ -22,13 +22,14 @@ SYNOPSIS
[--enable-master-global-access] [--enable-multi-networking]
[--enable-ray-cluster-logging] [--enable-ray-cluster-monitoring]
[--enable-ray-operator] [--enable-secret-manager]
[--fleet-project=PROJECT_ID_OR_NUMBER] [--labels=[KEY=VALUE,...]]
[--logging=[COMPONENT,...]] [--monitoring=[COMPONENT,...]]
[--network=NETWORK] [--private-endpoint-subnetwork=NAME]
[--release-channel=[CHANNEL]] [--security-group=SECURITY_GROUP]
[--security-posture=SECURITY_POSTURE] [--services-ipv4-cidr=CIDR]
[--services-secondary-range-name=NAME] [--subnetwork=SUBNETWORK]
[--tier=TIER] [--workload-policies=WORKLOAD_POLICIES]
[--fleet-project=PROJECT_ID_OR_NUMBER] [--hpa-profile=HPA_PROFILE]
[--labels=[KEY=VALUE,...]] [--logging=[COMPONENT,...]]
[--monitoring=[COMPONENT,...]] [--network=NETWORK]
[--private-endpoint-subnetwork=NAME] [--release-channel=[CHANNEL]]
[--security-group=SECURITY_GROUP] [--security-posture=SECURITY_POSTURE]
[--services-ipv4-cidr=CIDR] [--services-secondary-range-name=NAME]
[--subnetwork=SUBNETWORK] [--tier=TIER]
[--workload-policies=WORKLOAD_POLICIES]
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
[--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
| --disable-additive-vpc-scope]
@ -301,6 +302,10 @@ FLAGS
Example: $ gcloud alpha container clusters create-auto \
--fleet-project=my-project
--hpa-profile=HPA_PROFILE
Setting Horizontal Pod Autoscaler behavior, which is none by default.
HPA_PROFILE must be one of: none, performance.
--labels=[KEY=VALUE,...]
Labels to apply to the Google Cloud resources in use by the Kubernetes
Engine cluster. These are unrelated to Kubernetes labels.

View file

@ -4,7 +4,8 @@ NAME
SYNOPSIS
gcloud alpha container clusters update NAME
(--autoprovisioning-enable-insecure-kubelet-readonly-port
(--autoprovisioning-cgroup-mode=AUTOPROVISIONING_CGROUP_MODE
| --autoprovisioning-enable-insecure-kubelet-readonly-port
| --autoprovisioning-network-tags=[TAGS,...]
| --autoprovisioning-resource-manager-tags=[KEY=VALUE,...]
| --autoscaling-profile=AUTOSCALING_PROFILE | --clear-fleet-project
@ -28,7 +29,8 @@ SYNOPSIS
| --enable-service-externalips | --enable-shielded-nodes
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
| --fleet-project=PROJECT_ID_OR_NUMBER | --gateway-api=GATEWAY_API
| --generate-password | --identity-provider=IDENTITY_PROVIDER
| --generate-password | --hpa-profile=HPA_PROFILE
| --identity-provider=IDENTITY_PROVIDER
| --in-transit-encryption=IN_TRANSIT_ENCRYPTION
| --logging-variant=LOGGING_VARIANT | --maintenance-window=START_TIME
| --network-performance-configs=[PROPERTY1=VALUE1,...]
@ -131,6 +133,32 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
Exactly one of these must be specified:
--autoprovisioning-cgroup-mode=AUTOPROVISIONING_CGROUP_MODE
Sets the cgroup mode for auto-provisioned nodes.
Updating this flag triggers an update using surge upgrades of all
existing auto-provisioned nodes to apply the new value of cgroup
mode.
For an Autopilot cluster, the specified cgroup mode will be set on
all existing and new nodes in the cluster. For a Standard cluster,
the specified cgroup mode will be set on all existing and new
auto-provisioned node pools in the cluster.
If not set, GKE uses cgroupv2 for new nodes when the cluster was
created running 1.26 or later, and cgroupv1 for clusters created
running 1.25 or earlier. To check your initial cluster version, run
gcloud container clusters describe [NAME]
--format="value(initialClusterVersion)"
For clusters created running version 1.26 or later, you can't set the
cgroup mode to v1.
To learn more, see:
https://cloud.google.com/kubernetes-engine/docs/how-to/migrate-cgroupv2.
AUTOPROVISIONING_CGROUP_MODE must be one of: default, v1, v2.
--autoprovisioning-enable-insecure-kubelet-readonly-port
Enables the Kubelet's insecure read only port for Autoprovisioned
Node Pools.
@ -481,6 +509,10 @@ REQUIRED FLAGS
Ask the server to generate a secure password and use that as the
basic auth password, keeping the existing username.
--hpa-profile=HPA_PROFILE
Setting Horizontal Pod Autoscaler behavior, which is none by default.
HPA_PROFILE must be one of: none, performance.
--identity-provider=IDENTITY_PROVIDER
Enable 3P identity provider on the cluster.

View file

@ -26,6 +26,7 @@ SYNOPSIS
[--enable-queued-provisioning] [--enable-surge-upgrade]
[--image-type=IMAGE_TYPE] [--labels=[KEY=VALUE,...]]
[--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]]
[--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE]
[--logging-variant=LOGGING_VARIANT]
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
[--max-pods-per-node=MAX_PODS_PER_NODE]
@ -332,6 +333,11 @@ FLAGS
The --linux-sysctls flag is deprecated. Please use
--system-config-from-file instead.
--local-ssd-encryption-mode=LOCAL_SSD_ENCRYPTION_MODE
Encryption mode for Local SSDs on the node pool.
LOCAL_SSD_ENCRYPTION_MODE must be one of: STANDARD_ENCRYPTION,
EPHEMERAL_KEY_ENCRYPTION.
--logging-variant=LOGGING_VARIANT
Specifies the logging variant that will be deployed on all the nodes in
the node pool. If the node pool doesn't specify a logging variant, then

View file

@ -6,7 +6,7 @@ SYNOPSIS
gcloud alpha container vmware admin-clusters update
(ADMIN_CLUSTER : --location=LOCATION) [--async]
[--required-platform-version=REQUIRED_PLATFORM_VERSION]
[GCLOUD_WIDE_FLAG ...]
[--version=VERSION] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Update an Anthos on VMware admin cluster.
@ -61,6 +61,9 @@ FLAGS
version will be updated to the required version. If it is not installed
in the platform, download the required version bundle.
--version=VERSION
Anthos Cluster on VMware version for the user cluster resource
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,