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

kube-apiserver.service unit file missing a flag #84

Closed mokua closed 2 years ago

mokua commented 4 years ago

The flag --runtime-config=api/all in the kube-apiserver unit file needs to have a value:

--runtime-config=api/all=true

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