-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
switch machine controller tests that use SSA to envtest and drop disableNodeLabelSync
#7964
Comments
@ykakarap: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/area testing |
Not sure if it is implied or not. Let's please also consider splittung up the code so we would only have to implement a small part of our tests with envtest (and to improve code structure) All the pre-existing tests that have nothing to do with node label sync don't necessary have to be migrated to envtest. |
/triage accepted |
/milestone v1.4 |
@ykakarap: You must be a member of the kubernetes-sigs/cluster-api-maintainers GitHub team to set the milestone. If you believe you should be able to issue the /milestone command, please contact your Cluster API Maintainers and have them propose you as an additional delegate for this responsibility. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
Detailed Description
The machine controller disables portions of its reconciliation logic that depend on SSA by setting
disableNodeLabelSync
totrue
during tests. This is because the current test setup for the machine controller uses fake client which does not support SSA.This issue to switch over the tests, at least the ones that need a working SSA, to envtest and dropping the
disableNodeLabelSync
from the machine reconciler./kind test
The text was updated successfully, but these errors were encountered: