mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 21:53:52 +00:00
fix issue #41746
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user