mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
Merge pull request #97276 from tengqm/fix-openapi-gen
Fix openapi generator for alpha features
This commit is contained in:
commit
476afe93f1
1382
api/openapi-spec/swagger.json
generated
1382
api/openapi-spec/swagger.json
generated
File diff suppressed because it is too large
Load Diff
@ -75,6 +75,7 @@ kube::log::status "Starting kube-apiserver"
|
|||||||
--etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
|
--etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
|
||||||
--advertise-address="10.10.10.10" \
|
--advertise-address="10.10.10.10" \
|
||||||
--cert-dir="${TMP_DIR}/certs" \
|
--cert-dir="${TMP_DIR}/certs" \
|
||||||
|
--feature-gates=AllAlpha=true \
|
||||||
--runtime-config="api/all=true" \
|
--runtime-config="api/all=true" \
|
||||||
--token-auth-file="${TMP_DIR}/tokenauth.csv" \
|
--token-auth-file="${TMP_DIR}/tokenauth.csv" \
|
||||||
--authorization-mode=RBAC \
|
--authorization-mode=RBAC \
|
||||||
|
Loading…
Reference in New Issue
Block a user