mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Typo fix in returned message: utilites->utilities
utilites->utilities
This commit is contained in:
parent
63c90bb47e
commit
37a6fbfd6a
@ -247,7 +247,7 @@ func (kvh *kubeletVolumeHost) getMountExec(pluginName string) (mount.Exec, error
|
|||||||
glog.V(5).Infof("using default mounter/exec for %s", pluginName)
|
glog.V(5).Infof("using default mounter/exec for %s", pluginName)
|
||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
glog.V(5).Infof("using container %s/%s/%s to execute mount utilites for %s", pod.Namespace, pod.Name, container, pluginName)
|
glog.V(5).Infof("using container %s/%s/%s to execute mount utilities for %s", pod.Namespace, pod.Name, container, pluginName)
|
||||||
return &containerExec{
|
return &containerExec{
|
||||||
pod: pod,
|
pod: pod,
|
||||||
containerName: container,
|
containerName: container,
|
||||||
|
Loading…
Reference in New Issue
Block a user