Drop disableInPlacePropagation
from KCP reconciler and migrate the affected tests to envtest.
#8393
Labels
area/testing
Issues or PRs related to testing
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Detailed Description:
The
KubeadmControlPlaneReconciler
has a additionaldisableInPlacePropagation
which is sued to disable some of the parts of the controller that depend on SSA during tests. This flag is only used during testing and does not affect the controllers behavior in anyway.This issue to track the work to drop the this flag from the controller and migrate all the affected tests.
Additional Information:
Once the flag is dropped the tests will fail because they use fakeClient which does not support Server-Side-Apply. All of the affected tests should be migrated to using envtest (supports SSA).
/area testing
The text was updated successfully, but these errors were encountered: