mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

incorrect --runtime-config in apiserver systemd file #171

Closed mhamzeh closed 2 years ago

mhamzeh commented 4 years ago

under https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/docs/08-bootstrapping-kubernetes-controllers.md

Configure the Kubernetes API Server we are passing the following option to apiserver --runtime-config=api/all \, which is invalid as per documentation. this option should be --runtime-config=api/all=true \

reference https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/

fireflycons commented 2 years ago

Hi @mhamzeh

We have now merged a major change to bring this to v1.24. Many issues including this have been addressed as part of the upgrade. Please try it now and feel free to raise further issues.

Thanks.