![]() WaitForStableCluster() checks all pods run on worker nodes, and the function used to refer master nodes to skip checking controller plane pods. GetMasterAndWorkerNodes() was used for getting master nodes, but the implementation is not good because it usesDeprecatedMightBeMasterNode(). This makes WaitForStableCluster() refer worker nodes directly to avoid using GetMasterAndWorkerNodes(). |
||
---|---|---|
.. | ||
BUILD | ||
resource.go | ||
runtimeclass.go | ||
wait_test.go | ||
wait.go |