mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-09-16 17:10:41 +03:00

removed the single quotes from `--runtime-config` in kube-apiserver.service **issue** current version will create a service file with `--runtime-config='api/all=true'` inside, which will interpreted by kubernetes as `Nov 18 22:55:28 controller-1.maas kube-apiserver[15474]: I1118 22:55:28.734101 15474 flags.go:33] FLAG: --runtime-config="'api/all=true'"` which will fail with `Nov 18 22:55:28 controller-1.maas kube-apiserver[15474]: Error: unknown api groups 'api` removing single quotes will solve the issue