mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Oct 23 10:01:22 UTC 2024
This commit is contained in:
parent
694f6671d0
commit
fc66f7f0ca
249 changed files with 5410 additions and 11408 deletions
|
|
@ -12,6 +12,10 @@ SYNOPSIS
|
|||
[--annotations=ANNOTATION,[ANNOTATION,...]] [--async]
|
||||
[--enable-autorepair] [--image-type=IMAGE_TYPE]
|
||||
[--instance-placement=INSTANCE_PLACEMENT]
|
||||
[--kubelet-config-cpu-cfs-quota=KUBELET_CONFIG_CPU_CFS_QUOTA]
|
||||
[--kubelet-config-cpu-cfs-quota-period=KUBELET_CONFIG_CPU_CFS_QUOTA_PERIOD]
|
||||
[--kubelet-config-cpu-manager-policy=KUBELET_CONFIG_CPU_MANAGER_POLICY]
|
||||
[--kubelet-config-pod-pids-limit=KUBELET_CONFIG_POD_PIDS_LIMIT]
|
||||
[--max-surge-update=MAX_SURGE_UPDATE]
|
||||
[--max-unavailable-update=MAX_UNAVAILABLE_UPDATE]
|
||||
[--node-labels=NODE_LABEL,[NODE_LABEL,...]]
|
||||
|
|
@ -143,6 +147,20 @@ OPTIONAL FLAGS
|
|||
Type of the tenancy. INSTANCE_PLACEMENT must be one of: dedicated,
|
||||
default, host.
|
||||
|
||||
--kubelet-config-cpu-cfs-quota=KUBELET_CONFIG_CPU_CFS_QUOTA
|
||||
Enforce a Kubelet CPU CFS quota.
|
||||
|
||||
--kubelet-config-cpu-cfs-quota-period=KUBELET_CONFIG_CPU_CFS_QUOTA_PERIOD
|
||||
Kubelet CPU CFS quota period, within the range "1ms" to "1s".
|
||||
|
||||
--kubelet-config-cpu-manager-policy=KUBELET_CONFIG_CPU_MANAGER_POLICY
|
||||
Kubelet CPU manager policy. KUBELET_CONFIG_CPU_MANAGER_POLICY must be
|
||||
one of: none, static.
|
||||
|
||||
--kubelet-config-pod-pids-limit=KUBELET_CONFIG_POD_PIDS_LIMIT
|
||||
Kubelet maximum number of PIDS in any pod, within the range 1024 to
|
||||
4194304.
|
||||
|
||||
--max-surge-update=MAX_SURGE_UPDATE
|
||||
Maximum number of extra (surge) nodes to be created beyond the current
|
||||
size of the node pool during its update process. Use
|
||||
|
|
|
|||
|
|
@ -18,15 +18,16 @@ SYNOPSIS
|
|||
[--enable-backup-restore] [--enable-cilium-clusterwide-network-policy]
|
||||
[--enable-dns-access] [--enable-fleet] [--enable-google-cloud-access]
|
||||
[--enable-ip-access] [--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-master-global-access] [--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] [--workload-policies=WORKLOAD_POLICIES]
|
||||
[--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]
|
||||
[--workload-policies=WORKLOAD_POLICIES]
|
||||
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--additive-vpc-scope-dns-domain=ADDITIVE_VPC_SCOPE_DNS_DOMAIN
|
||||
| --disable-additive-vpc-scope]
|
||||
|
|
@ -264,6 +265,10 @@ FLAGS
|
|||
endpoint from any Google Cloud region or on-premises environment
|
||||
regardless of the private cluster's region.
|
||||
|
||||
--enable-multi-networking
|
||||
Enables multi-networking on the cluster. Multi-networking is disabled
|
||||
by default.
|
||||
|
||||
--enable-ray-cluster-logging
|
||||
Enable automatic log processing sidecar for Ray clusters.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue