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:
Patrick Ohly 2024-10-18 15:34:21 +02:00
parent 33ea278c51
commit 0b8a85c54a

View File

@ -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 \