cluster-api-k3s icon indicating copy to clipboard operation
cluster-api-k3s copied to clipboard

KCP config changes don't trigger rollout of control plane

Open lukebond opened this issue 1 year ago • 2 comments

This is because this check is unimplemented: https://github.com/cluster-api-provider-k3s/cluster-api-k3s/blob/main/pkg/machinefilters/machine_filters.go#L254

lukebond avatar Dec 14 '23 21:12 lukebond

we should be able to port over controlplane/kubeadm/internal/filters_test.go from kubeadm and then work make them green, dropping the ones that aren't relevant to this provider.

lukebond avatar Dec 15 '23 11:12 lukebond

This can be closed now @lukebond, fixed by https://github.com/k3s-io/cluster-api-k3s/pull/114

wikoion avatar May 20 '24 13:05 wikoion