-
Story
-
Resolution: Done
-
Normal
-
None
-
None
Background
The kubelet no longer needs the cloud-config flag as it is no longer running in-tree code.
It is currently handled in the templates by this function which will need to be removed, along with any instances in the templates that call the function.
This should cause the flag to be omitted from future kubelet configuration.
Steps
- Remove the cloud-config flag producing function from MCO
- Handle any cleanup required (find kubelet files that reference the template function)
Stakeholders
- Cluster Infra
- MCO team
Definition of Done
- Kubelet no longer has a specified value for `--cloud-config`
- Docs
- <Add docs requirements for this card>
- Testing
- <Explain testing that will be added>