mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
update-openapi-spec.sh: enable all alpha and beta APIs
This becomes relevant once DynamicResourceAllocation becomes beta with "disabled" as default. Otherwise AllAlpha=true enables DRAAdminAccess which depends on DynamicResourceAllocation, which is disabled.
This commit is contained in:
parent
33ea278c51
commit
0b8a85c54a
@ -79,7 +79,7 @@ kube-apiserver \
|
||||
--etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
|
||||
--advertise-address="10.10.10.10" \
|
||||
--cert-dir="${TMP_DIR}/certs" \
|
||||
--feature-gates=AllAlpha=true,OpenAPIEnums=false,ConsistentListFromCache=false \
|
||||
--feature-gates=AllAlpha=true,AllBeta=true,OpenAPIEnums=false,ConsistentListFromCache=false \
|
||||
--runtime-config="api/all=true" \
|
||||
--token-auth-file="${TMP_DIR}/tokenauth.csv" \
|
||||
--authorization-mode=RBAC \
|
||||
|
Loading…
Reference in New Issue
Block a user