mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Nov 19 10:58:36 UTC 2025
This commit is contained in:
parent
e1ec13485a
commit
7b14250313
392 changed files with 17141 additions and 774 deletions
|
|
@ -43,7 +43,9 @@ SYNOPSIS
|
|||
[--enable-insecure-kubelet-readonly-port]
|
||||
[--enable-intra-node-visibility] [--enable-ip-access]
|
||||
[--enable-ip-alias] [--enable-k8s-certs-via-dns]
|
||||
[--enable-k8s-tokens-via-dns] [--enable-kubernetes-alpha]
|
||||
[--enable-k8s-tokens-via-dns]
|
||||
[--enable-kernel-module-signature-enforcement]
|
||||
[--enable-kubernetes-alpha]
|
||||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-l4-ilb-subsetting] [--enable-legacy-authorization]
|
||||
[--enable-legacy-lustre-port] [--enable-managed-prometheus]
|
||||
|
|
@ -684,6 +686,18 @@ FLAGS
|
|||
Enable K8s Service Account tokens Authentication to the cluster's
|
||||
control plane over DNS-based endpoint.
|
||||
|
||||
--enable-kernel-module-signature-enforcement
|
||||
Enforces that kernel modules are signed on all new nodes in the cluster
|
||||
unless explicitly overridden with
|
||||
--no-enable-kernel-module-signature-enforcement when creating the
|
||||
nodepool. Use --no-enable-kernel-module-signature-enforcement to
|
||||
disable.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud container clusters create example-cluster \
|
||||
--enable-kernel-module-signature-enforcement
|
||||
|
||||
--enable-kubernetes-alpha
|
||||
Enable Kubernetes alpha features on this cluster. Selecting this option
|
||||
will result in the cluster having all Kubernetes alpha API groups and
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ SYNOPSIS
|
|||
[--enable-dns-access] [--enable-fleet] [--enable-google-cloud-access]
|
||||
[--enable-ip-access] [--enable-k8s-certs-via-dns]
|
||||
[--enable-k8s-tokens-via-dns]
|
||||
[--enable-kernel-module-signature-enforcement]
|
||||
[--enable-kubernetes-unstable-apis=API,[API,...]]
|
||||
[--enable-legacy-lustre-port] [--enable-lustre-csi-driver]
|
||||
[--enable-master-global-access] [--enable-multi-networking]
|
||||
|
|
@ -324,6 +325,18 @@ FLAGS
|
|||
Enable K8s Service Account tokens Authentication to the cluster's
|
||||
control plane over DNS-based endpoint.
|
||||
|
||||
--enable-kernel-module-signature-enforcement
|
||||
Enforces that kernel modules are signed on all new nodes in the cluster
|
||||
unless explicitly overridden with
|
||||
--no-enable-kernel-module-signature-enforcement when creating the
|
||||
nodepool. Use --no-enable-kernel-module-signature-enforcement to
|
||||
disable.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud container clusters create-auto example-cluster \
|
||||
--enable-kernel-module-signature-enforcement
|
||||
|
||||
--enable-kubernetes-unstable-apis=API,[API,...]
|
||||
Enable Kubernetes beta API features on this cluster. Beta APIs are not
|
||||
expected to be production ready and should be avoided in
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ SYNOPSIS
|
|||
| --enable-fqdn-network-policy | --enable-identity-service
|
||||
| --enable-image-streaming | --enable-insecure-kubelet-readonly-port
|
||||
| --enable-intra-node-visibility
|
||||
| --enable-kernel-module-signature-enforcement
|
||||
| --enable-kubernetes-unstable-apis=API,[API,...]
|
||||
| --enable-l4-ilb-subsetting | --enable-legacy-authorization
|
||||
| --enable-legacy-lustre-port | --enable-multi-networking
|
||||
|
|
@ -413,6 +414,18 @@ REQUIRED FLAGS
|
|||
Enabling it on an existing cluster causes the cluster master and the
|
||||
cluster nodes to restart, which might cause a disruption.
|
||||
|
||||
--enable-kernel-module-signature-enforcement
|
||||
Enforces that kernel modules are signed on all new nodes in the
|
||||
cluster unless explicitly overridden with
|
||||
--no-enable-kernel-module-signature-enforcement when creating the
|
||||
nodepool. Use --no-enable-kernel-module-signature-enforcement to
|
||||
disable.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud container clusters update example-cluster \
|
||||
--enable-kernel-module-signature-enforcement
|
||||
|
||||
--enable-kubernetes-unstable-apis=API,[API,...]
|
||||
Enable Kubernetes beta API features on this cluster. Beta APIs are
|
||||
not expected to be production ready and should be avoided in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue