mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Jun 19 09:33:28 UTC 2024
This commit is contained in:
parent
04a1e3ce77
commit
fb3e2aa33b
182 changed files with 3829 additions and 2129 deletions
|
|
@ -66,7 +66,7 @@ SYNOPSIS
|
|||
[--placement-policy=PLACEMENT_POLICY] [--placement-type=PLACEMENT_TYPE]
|
||||
[--preemptible] [--private-endpoint-subnetwork=NAME]
|
||||
[--private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE]
|
||||
[--release-channel=CHANNEL] [--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--release-channel=[CHANNEL]] [--resource-manager-tags=[KEY=VALUE,...]]
|
||||
[--security-group=SECURITY_GROUP] [--security-posture=SECURITY_POSTURE]
|
||||
[--services-ipv4-cidr=CIDR] [--services-secondary-range-name=NAME]
|
||||
[--shielded-integrity-monitoring] [--shielded-secure-boot] [--spot]
|
||||
|
|
@ -1063,7 +1063,7 @@ FLAGS
|
|||
PRIVATE_IPV6_GOOGLE_ACCESS_TYPE must be one of: bidirectional,
|
||||
disabled, outbound-only.
|
||||
|
||||
--release-channel=CHANNEL
|
||||
--release-channel=[CHANNEL]
|
||||
Release channel a cluster is subscribed to.
|
||||
|
||||
If left unspecified and a version is specified, the cluster is enrolled
|
||||
|
|
@ -1079,10 +1079,8 @@ FLAGS
|
|||
|
||||
CHANNEL must be one of:
|
||||
|
||||
None
|
||||
Use 'None' to opt-out of any release channel.
|
||||
rapid
|
||||
|
||||
rapid
|
||||
'rapid' channel is offered on an early access basis for customers
|
||||
who want to test new releases.
|
||||
|
||||
|
|
@ -1090,14 +1088,23 @@ FLAGS
|
|||
to unresolved issues with no known workaround and are not subject
|
||||
to any SLAs.
|
||||
|
||||
regular
|
||||
regular
|
||||
|
||||
Clusters subscribed to 'regular' receive versions that are
|
||||
considered GA quality. 'regular' is intended for production users
|
||||
who want to take advantage of new features.
|
||||
stable
|
||||
|
||||
stable
|
||||
|
||||
Clusters subscribed to 'stable' receive versions that are known to
|
||||
be stable and reliable in production.
|
||||
|
||||
None
|
||||
|
||||
Use 'None' to opt-out of any release channel.
|
||||
|
||||
CHANNEL must be one of: rapid, regular, stable, None.
|
||||
|
||||
--resource-manager-tags=[KEY=VALUE,...]
|
||||
Applies the specified comma-separated resource manager tags that has
|
||||
the GCE_FIREWALL purpose to all nodes in the new default node pool(s)
|
||||
|
|
@ -1144,6 +1151,9 @@ FLAGS
|
|||
To disable in an existing cluster, explicitly set the flag to
|
||||
--security-posture=disabled.
|
||||
|
||||
For more information on enablement, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
|
||||
|
||||
SECURITY_POSTURE must be one of: disabled, standard, enterprise.
|
||||
|
||||
--services-ipv4-cidr=CIDR
|
||||
|
|
@ -1342,6 +1352,9 @@ FLAGS
|
|||
To disable in an existing cluster, explicitly set the flag to
|
||||
--workload-vulnerability-scanning=disabled.
|
||||
|
||||
For more information on enablement, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
|
||||
enterprise.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ SYNOPSIS
|
|||
[--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]
|
||||
[--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]
|
||||
|
|
@ -311,7 +311,7 @@ FLAGS
|
|||
Sets the subnetwork GKE uses to provision the control plane's private
|
||||
endpoint.
|
||||
|
||||
--release-channel=CHANNEL
|
||||
--release-channel=[CHANNEL]
|
||||
Release channel a cluster is subscribed to.
|
||||
|
||||
If left unspecified and a version is specified, the cluster is enrolled
|
||||
|
|
@ -327,7 +327,8 @@ FLAGS
|
|||
|
||||
CHANNEL must be one of:
|
||||
|
||||
rapid
|
||||
rapid
|
||||
|
||||
'rapid' channel is offered on an early access basis for customers
|
||||
who want to test new releases.
|
||||
|
||||
|
|
@ -335,14 +336,19 @@ FLAGS
|
|||
to unresolved issues with no known workaround and are not subject
|
||||
to any SLAs.
|
||||
|
||||
regular
|
||||
regular
|
||||
|
||||
Clusters subscribed to 'regular' receive versions that are
|
||||
considered GA quality. 'regular' is intended for production users
|
||||
who want to take advantage of new features.
|
||||
stable
|
||||
|
||||
stable
|
||||
|
||||
Clusters subscribed to 'stable' receive versions that are known to
|
||||
be stable and reliable in production.
|
||||
|
||||
CHANNEL must be one of: rapid, regular, stable.
|
||||
|
||||
--security-group=SECURITY_GROUP
|
||||
The name of the RBAC security group for use with Google security groups
|
||||
in Kubernetes RBAC
|
||||
|
|
@ -367,6 +373,9 @@ FLAGS
|
|||
To disable in an existing cluster, explicitly set the flag to
|
||||
--security-posture=disabled.
|
||||
|
||||
For more information on enablement, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
|
||||
|
||||
SECURITY_POSTURE must be one of: disabled, standard, enterprise.
|
||||
|
||||
--services-ipv4-cidr=CIDR
|
||||
|
|
@ -417,6 +426,9 @@ FLAGS
|
|||
To disable in an existing cluster, explicitly set the flag to
|
||||
--workload-vulnerability-scanning=disabled.
|
||||
|
||||
For more information on enablement, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
|
||||
enterprise.
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ SYNOPSIS
|
|||
| --notification-config=[pubsub=ENABLED|DISABLED,
|
||||
pubsub-topic=TOPIC,...]
|
||||
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
|
||||
| --release-channel=CHANNEL | --remove-labels=[KEY,...]
|
||||
| --release-channel=[CHANNEL] | --remove-labels=[KEY,...]
|
||||
| --remove-workload-policies=REMOVE_WORKLOAD_POLICIES
|
||||
| --security-group=SECURITY_GROUP
|
||||
| --security-posture=SECURITY_POSTURE | --set-password
|
||||
|
|
@ -574,7 +574,7 @@ REQUIRED FLAGS
|
|||
PRIVATE_IPV6_GOOGLE_ACCESS_TYPE must be one of: bidirectional,
|
||||
disabled, outbound-only.
|
||||
|
||||
--release-channel=CHANNEL
|
||||
--release-channel=[CHANNEL]
|
||||
Subscribe or unsubscribe this cluster to a release channel.
|
||||
|
||||
When a cluster is subscribed to a release channel, Google maintains
|
||||
|
|
@ -585,10 +585,8 @@ REQUIRED FLAGS
|
|||
|
||||
CHANNEL must be one of:
|
||||
|
||||
None
|
||||
Use 'None' to opt-out of any release channel.
|
||||
rapid
|
||||
|
||||
rapid
|
||||
'rapid' channel is offered on an early access basis for customers
|
||||
who want to test new releases.
|
||||
|
||||
|
|
@ -596,13 +594,22 @@ REQUIRED FLAGS
|
|||
to unresolved issues with no known workaround and are not subject
|
||||
to any SLAs.
|
||||
|
||||
regular
|
||||
regular
|
||||
|
||||
Clusters subscribed to 'regular' receive versions that are
|
||||
considered GA quality. 'regular' is intended for production users
|
||||
who want to take advantage of new features.
|
||||
stable
|
||||
Clusters subscribed to 'stable' receive versions that are known
|
||||
to be stable and reliable in production.
|
||||
|
||||
stable
|
||||
|
||||
Clusters subscribed to 'stable' receive versions that are known to
|
||||
be stable and reliable in production.
|
||||
|
||||
None
|
||||
|
||||
Use 'None' to opt-out of any release channel.
|
||||
|
||||
CHANNEL must be one of: rapid, regular, stable, None.
|
||||
|
||||
--remove-labels=[KEY,...]
|
||||
Labels to remove from the Google Cloud resources in use by the
|
||||
|
|
@ -647,6 +654,9 @@ REQUIRED FLAGS
|
|||
To disable in an existing cluster, explicitly set the flag to
|
||||
--security-posture=disabled.
|
||||
|
||||
For more information on enablement, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
|
||||
|
||||
SECURITY_POSTURE must be one of: disabled, standard, enterprise.
|
||||
|
||||
--set-password
|
||||
|
|
@ -735,6 +745,9 @@ REQUIRED FLAGS
|
|||
To disable in an existing cluster, explicitly set the flag to
|
||||
--workload-vulnerability-scanning=disabled.
|
||||
|
||||
For more information on enablement, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/concepts/about-security-posture-dashboard#feature-enablement.
|
||||
|
||||
WORKLOAD_VULNERABILITY_SCANNING must be one of: disabled, standard,
|
||||
enterprise.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue