Closed sonogithub closed 2 years ago
Hi @sonogithub
That was eventually corrected, however we have now merged a major change to bring this to v1.24. Many issues have been addressed as part of the upgrade. Please try it now and feel free to raise further issues.
Thanks.
Referring to
https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/docs/08-bootstrapping-kubernetes-controllers.md amongst the arguments to apiserver it has ".. --runtime-config=api/all \ "
This is literally invalid. Refer to the api server documentation https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/ it describes the valid values for this optional argument: "--runtime-config mapStringString A set of key=value pairs that enable or disable built-in APIs. Supported options are: v1=true|false for the core API group