Merge pull request #97276 from tengqm/fix-openapi-gen

Fix openapi generator for alpha features
This commit is contained in:
Kubernetes Prow Robot 2020-12-15 10:18:20 -08:00 committed by GitHub
commit 476afe93f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1383 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -75,6 +75,7 @@ kube::log::status "Starting kube-apiserver"
--etcd-servers="http://${ETCD_HOST}:${ETCD_PORT}" \
--advertise-address="10.10.10.10" \
--cert-dir="${TMP_DIR}/certs" \
--feature-gates=AllAlpha=true \
--runtime-config="api/all=true" \
--token-auth-file="${TMP_DIR}/tokenauth.csv" \
--authorization-mode=RBAC \