mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 15:58:37 +00:00
Merge pull request #24270 from gtank/swaggergen-defaults
Automatic merge from submit-queue hack: change update-swagger-spec.sh apiserver defaults Removing the explicit list of KUBE_API_VERSIONS will cause the apiserver to enable all APIs by default. This change reduces the amount of script hacking needed to add new API groups in the future.
This commit is contained in:
commit
49741c71aa
@ -53,7 +53,7 @@ kube::etcd::start
|
||||
|
||||
# Start kube-apiserver
|
||||
kube::log::status "Starting kube-apiserver"
|
||||
KUBE_API_VERSIONS="v1,autoscaling/v1,batch/v1,extensions/v1beta1" "${KUBE_OUTPUT_HOSTBIN}/kube-apiserver" \
|
||||
"${KUBE_OUTPUT_HOSTBIN}/kube-apiserver" \
|
||||
--insecure-bind-address="127.0.0.1" \
|
||||
--bind-address="127.0.0.1" \
|
||||
--insecure-port="${API_PORT}" \
|
||||
|
Loading…
Reference in New Issue
Block a user