Commit 49098d08 authored by Di Xu's avatar Di Xu

fix issue #41746

parent 6a65964d
...@@ -47,7 +47,7 @@ func containerProvidesPodIP(containerName string) bool { ...@@ -47,7 +47,7 @@ func containerProvidesPodIP(containerName string) bool {
} }
func containerIsNetworked(containerName string) bool { func containerIsNetworked(containerName string) bool {
return false return containerName == PodInfraContainerName
} }
// Returns nil as both Seccomp and AppArmor security options are not valid on Windows // Returns nil as both Seccomp and AppArmor security options are not valid on Windows
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment