|
I recently added new functionality to MachineController, which got released last month in MC v1.63.0. I expected this to be included in KubeOne by now, but it looks like the From what I can tell, the MC image versions are hardcoded in It seems I could probably copy over https://github.com/kubermatic/kubeone/blob/main/addons/machinecontroller/ and replace https://github.com/kubermatic/kubeone/blob/main/addons/machinecontroller/deployment-controller.yaml#L41 with the desired version? |
Replies: 1 comment 1 reply
|
Yeah, the standard way would be to make an addon copy with own images. This is normal. |
Yeah, the standard way would be to make an addon copy with own images. This is normal.