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
pull/6/head
Kubernetes Submit Queue 2017-02-22 21:09:38 -08:00 committed by GitHub
commit c36eee2a0c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ func containerProvidesPodIP(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