mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-06 07:57:35 +00:00
Teach the kubelet about --hairpin-mode=promiscuous-bridge.
This commit is contained in:
@@ -752,7 +752,7 @@ type KubeletConfig struct {
|
||||
ExperimentalFlannelOverlay bool
|
||||
NodeIP net.IP
|
||||
ContainerRuntimeOptions []kubecontainer.Option
|
||||
HairpinMode bool
|
||||
HairpinMode string
|
||||
}
|
||||
|
||||
func CreateAndInitKubelet(kc *KubeletConfig) (k KubeletBootstrap, pc *config.PodConfig, err error) {
|
||||
|
||||
Reference in New Issue
Block a user