cluster-api-k3s
cluster-api-k3s copied to clipboard
KCP config changes don't trigger rollout of control plane
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
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.
This can be closed now @lukebond, fixed by https://github.com/k3s-io/cluster-api-k3s/pull/114