s/namespcae/namespace
This commit is contained in:
Sho SHIMIZU 2019-09-25 16:38:03 +09:00
parent 948870b584
commit 91b9d42109

View File

@ -247,7 +247,7 @@ func (ds *dockerService) StopPodSandbox(ctx context.Context, r *runtimeapi.StopP
// This depends on the implementation detail of network plugin and proper error handling. // This depends on the implementation detail of network plugin and proper error handling.
// For kubenet, if tearing down network failed and sandbox container is stopped, kubelet // For kubenet, if tearing down network failed and sandbox container is stopped, kubelet
// will retry. On retry, kubenet will not be able to retrieve network namespace of the sandbox // will retry. On retry, kubenet will not be able to retrieve network namespace of the sandbox
// since it is stopped. With empty network namespcae, CNI bridge plugin will conduct best // since it is stopped. With empty network namespace, CNI bridge plugin will conduct best
// effort clean up and will not return error. // effort clean up and will not return error.
errList := []error{} errList := []error{}
ready, ok := ds.getNetworkReady(podSandboxID) ready, ok := ds.getNetworkReady(podSandboxID)