Skip to content

Commit

Permalink
Fix hairpin mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Murga committed Mar 22, 2016
1 parent 70a303d commit 70b918a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubelet/kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ func NewMainKubelet(
imageBackOff,
serializeImagePulls,
enableCustomMetrics,
hairpinMode == componentconfig.HairpinVeth,
klet.hairpinMode == componentconfig.HairpinVeth,
containerRuntimeOptions...,
)
case "rkt":
Expand Down

1 comment on commit 70b918a

@k8s-teamcity-mesosphere

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity OSS :: Kubernetes Mesos :: 4 - Smoke Tests Build 19665 outcome was SUCCESS
Summary: Tests passed: 1, ignored: 264 Build time: 00:11:39

Please sign in to comment.