mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
fix issue #41746
This commit is contained in:
parent
6a65964d0e
commit
49098d08b7
@ -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
Block a user