mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Fix hairpin mode
This commit is contained in:
parent
70a303d301
commit
70b918a2c0
@ -405,7 +405,7 @@ func NewMainKubelet(
|
||||
imageBackOff,
|
||||
serializeImagePulls,
|
||||
enableCustomMetrics,
|
||||
hairpinMode == componentconfig.HairpinVeth,
|
||||
klet.hairpinMode == componentconfig.HairpinVeth,
|
||||
containerRuntimeOptions...,
|
||||
)
|
||||
case "rkt":
|
||||
|
Loading…
Reference in New Issue
Block a user