mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-26 12:50:35 +00:00
fix issue #41746
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user