From e1ec14162ff53aa7564453efd11b2b366965db08 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Mon, 14 Dec 2020 10:10:33 +0800 Subject: [PATCH] Fix OpenAPI spec generator script --- hack/update-openapi-spec.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/update-openapi-spec.sh b/hack/update-openapi-spec.sh index 3f70b896693..4b870c31f81 100755 --- a/hack/update-openapi-spec.sh +++ b/hack/update-openapi-spec.sh @@ -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 \