mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-14 13:45:06 +00:00
Fix hairpin mode
This commit is contained in:
@@ -405,7 +405,7 @@ func NewMainKubelet(
|
||||
imageBackOff,
|
||||
serializeImagePulls,
|
||||
enableCustomMetrics,
|
||||
hairpinMode == componentconfig.HairpinVeth,
|
||||
klet.hairpinMode == componentconfig.HairpinVeth,
|
||||
containerRuntimeOptions...,
|
||||
)
|
||||
case "rkt":
|
||||
|
Reference in New Issue
Block a user