Commit c36eee2a authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #41784 from dixudx/fix_issue_41746

Automatic merge from submit-queue (batch tested with PRs 41146, 41486, 41482, 41538, 41784) fix issue #41746 **What this PR does / why we need it**: **Which issue this PR fixes** : fixes #41746 **Special notes for your reviewer**: cc @feiskyer
parents c99ae4b4 49098d08
...@@ -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