Siyu Wang
Siyu Wang
Thanks for all your replying. > Would the syncer need to push patches/updates to the pod specs for that in-place upgrade to be fulfilled? I don't believe we support that...
/ok-to-test
/remove-lifecycle rotten
/remove-lifecycle rotten
/remove-lifecycle stale > People have been asking when/how using this option. We might add that It is not possible to have two or more reconcile loops that handle the same...
> However, the generated ValidatingWebhookConfiguration and MutatingWebhookConfiguration files have [static hard-coded names](https://github.com/kubernetes-sigs/controller-tools/blob/0fba82b/pkg/webhook/parser.go#L367), which means that when we install one or more providers, they override the original configuration that was installed...
That's weird, it seems to be caused by creating a ShareInformer with `*v1.ConfigMap` object but the ListWatch is for `*unstructured.Unstructured`.
@yuzp1996 Yeah, it is a bug here, but not only for the NewLeaderElector error. The cause of the manager hang during stopping, is the `cm.leaderElectionStopped` might not be closed. Sometimes...
@yuzp1996 And you have to fix the failed job, which you can test locally with `make lint`.