k3s-io / cluster-api-k3s

Cluster API k3s
Apache License 2.0
149 stars 41 forks source link

feat: Support SSA patch for metadata propagation #136

Closed nasusoba closed 3 months ago

nasusoba commented 3 months ago

This PR supports ssa patch for capi k3s. With it, the mutable fields on KThreesControlPlane will be propagated to the underlying machines/infrastructureMachine/kthreesconfigs without rollout. Fixed #134

SSA (Server-Side Apply) is needed so that if a label is deleted in KThreesControlPlane, it will also get cleaned up from the underlying resources.