mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Sat Jun 14 05:31:37 UTC 2025
This commit is contained in:
parent
1799759190
commit
fa40c10f6a
712 changed files with 17386 additions and 4918 deletions
|
|
@ -3,8 +3,9 @@ NAME
|
|||
for running containers
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta container clusters create-auto NAME [--async]
|
||||
[--auto-monitoring-scope=AUTO_MONITORING_SCOPE]
|
||||
gcloud beta container clusters create-auto NAME
|
||||
[--anonymous-authentication-config=ANONYMOUS_AUTHENTICATION_CONFIG]
|
||||
[--async] [--auto-monitoring-scope=AUTO_MONITORING_SCOPE]
|
||||
[--autoprovisioning-enable-insecure-kubelet-readonly-port]
|
||||
[--autoprovisioning-network-tags=TAGS,[TAGS,...]]
|
||||
[--autoprovisioning-resource-manager-tags=[KEY=VALUE,...]]
|
||||
|
|
@ -73,6 +74,22 @@ POSITIONAL ARGUMENTS
|
|||
40 characters.
|
||||
|
||||
FLAGS
|
||||
--anonymous-authentication-config=ANONYMOUS_AUTHENTICATION_CONFIG
|
||||
Enable or restrict anonymous access to the cluster. When enabled,
|
||||
anonymous users will be authenticated as system:anonymous with the
|
||||
group system:unauthenticated. Limiting access restricts anonymous
|
||||
access to only the health check endpoints /readyz, /livez, and
|
||||
/healthz.
|
||||
|
||||
ANONYMOUS_AUTHENTICATION_CONFIG must be one of:
|
||||
|
||||
ENABLED
|
||||
'ENABLED' enables anonymous calls.
|
||||
LIMITED
|
||||
'LIMITED' restricts anonymous access to the cluster. Only calls to
|
||||
the health check endpoints are allowed anonymously, all other calls
|
||||
will be rejected.
|
||||
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue