mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Update OpenAPI spec generator to enable all APIs
This commit is contained in:
parent
0f774de8ff
commit
6e2eba5399
@ -63,6 +63,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" \
|
||||||
|
--runtime-config="api/all=true" \
|
||||||
--token-auth-file=$TMP_DIR/tokenauth.csv \
|
--token-auth-file=$TMP_DIR/tokenauth.csv \
|
||||||
--service-cluster-ip-range="10.0.0.0/24" >/tmp/openapi-api-server.log 2>&1 &
|
--service-cluster-ip-range="10.0.0.0/24" >/tmp/openapi-api-server.log 2>&1 &
|
||||||
APISERVER_PID=$!
|
APISERVER_PID=$!
|
||||||
|
Loading…
Reference in New Issue
Block a user