kelseyhightower / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way. No scripts.
Apache License 2.0
41.26k stars 14.12k forks source link

small fix bootstrapping kubernetes controllers #578

Closed kfirufk closed 4 years ago

kfirufk commented 4 years ago

With kubernetes 1.18.3 I needed to change --runtime-config=api/all to --runtime-config=api/all=true

rantomanik commented 4 years ago

https://github.com/kelseyhightower/kubernetes-the-hard-way/issues/578#issue-633593980

bryfry commented 4 years ago

This issue is fixed in PR https://github.com/kelseyhightower/kubernetes-the-hard-way/pull/535 not yet merged