mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #95899 from SergeyKanzhelev/removeCommentFollowUp
cleanup of leftover part of a comment. Follow up for #94109
This commit is contained in:
commit
0540ce50ed
@ -2151,7 +2151,6 @@ func (kl *Kubelet) updateRuntimeUp() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
// Periodically log the whole runtime status for debugging.
|
// Periodically log the whole runtime status for debugging.
|
||||||
// condition is unmet.
|
|
||||||
klog.V(4).Infof("Container runtime status: %v", s)
|
klog.V(4).Infof("Container runtime status: %v", s)
|
||||||
networkReady := s.GetRuntimeCondition(kubecontainer.NetworkReady)
|
networkReady := s.GetRuntimeCondition(kubecontainer.NetworkReady)
|
||||||
if networkReady == nil || !networkReady.Status {
|
if networkReady == nil || !networkReady.Status {
|
||||||
|
Loading…
Reference in New Issue
Block a user