mirror of https://github.com/k3s-io/k3s
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 @feiskyerpull/6/head
commit
c36eee2a0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue