mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 05:36:12 +00:00
Merge pull request #32107 from xingzhou/km_bug
Automatic merge from submit-queue Used goroutine to launch node controller's internalPodInformer. Fixes #32103
This commit is contained in:
@@ -390,7 +390,7 @@ func (nc *NodeController) Run() {
|
||||
go nc.podController.Run(wait.NeverStop)
|
||||
go nc.daemonSetController.Run(wait.NeverStop)
|
||||
if nc.internalPodInformer != nil {
|
||||
nc.internalPodInformer.Run(wait.NeverStop)
|
||||
go nc.internalPodInformer.Run(wait.NeverStop)
|
||||
}
|
||||
|
||||
// Incorporate the results of node status pushed from kubelet to master.
|
||||
|
Reference in New Issue
Block a user