You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/minikube/cni/cni.go
+5-5
Original file line number
Diff line number
Diff line change
@@ -197,8 +197,9 @@ func applyManifest(cc config.ClusterConfig, r Runner, f assets.CopyableFile) err
197
197
// ConfigureLoopback ensures loopback has expected version ("1.0.0") and valid name ("loopback") in its config file in /etc/cni/net.d
198
198
// cri-o is leaving name out atm (https://github.com/cri-o/cri-o/pull/6273)
199
199
// avoid errors like:
200
-
// Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "..." network for pod "...": networkPlugin cni failed to set up pod "..." network: missing network name:,
201
-
// failed to clean up sandbox container "..." network for pod "...": networkPlugin cni failed to teardown pod "..." network: missing network name]
200
+
// - Failed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "..." network for pod "...": networkPlugin cni failed to set up pod "..." network: missing network name:,
201
+
// - failed to clean up sandbox container "..." network for pod "...": networkPlugin cni failed to teardown pod "..." network: missing network name]
202
+
// It is caller's responsibility to restart container runtime for these changes to take effect.
// MOCK_GOOGLE_TOKEN forces the gcp-auth webhook to use a mock token instead of trying to get a valid one from the credentials.
71
-
t.Setenv("MOCK_GOOGLE_TOKEN", "true")
72
+
os.Setenv("MOCK_GOOGLE_TOKEN", "true")
73
+
74
+
// for some reason, (Docker_Cloud_Shell) sets 'MINIKUBE_FORCE_SYSTEMD=true' while having cgroupfs set in docker (and probably os itself), which might make it unstable and occasionaly fail:
0 commit comments