-
|
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Yeah, the standard way would be to make an addon copy with own images. This is normal. |
Beta Was this translation helpful? Give feedback.
Yeah, the standard way would be to make an addon copy with own images. This is normal.