You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set an object reconcilers to "ignore" mode if its corresponding type is removed from the HNCConfiguration Spec
If a type is removed from the HNCConfiguration Spec, we will set the corresponding object reconciler to "ignore" mode.
Ideally, we should shut down the corresponding object reconciler. Gracefully terminating an object reconciler is still under
development (kubernetes-sigs/controller-runtime#764). Once the feature is released, we will see if we can shut down the object reconciler instead of setting it to "ignore" mode.
0 commit comments