mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
kubenet: fix log message text
This commit is contained in:
parent
5de7b561e3
commit
3dbbe26316
@ -261,7 +261,7 @@ func (plugin *kubenetNetworkPlugin) SetUpPod(namespace string, name string, id k
|
|||||||
|
|
||||||
start := time.Now()
|
start := time.Now()
|
||||||
defer func() {
|
defer func() {
|
||||||
glog.V(4).Infof("TearDownPod took %v for %s/%s", time.Since(start), namespace, name)
|
glog.V(4).Infof("SetUpPod took %v for %s/%s", time.Since(start), namespace, name)
|
||||||
}()
|
}()
|
||||||
|
|
||||||
pod, ok := plugin.host.GetPodByName(namespace, name)
|
pod, ok := plugin.host.GetPodByName(namespace, name)
|
||||||
|
Loading…
Reference in New Issue
Block a user