You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not documented in kubeadm. However kubeam only supports CNI-based plugins and not kubenet-based plugins
Proposed Solution:
It is possible to extend the documentation of the section "Install Pod network" with additional information which network add-ons support hairpin mode?
I can confirm that flannel-cni plugin does not support it.
Page to Update:
k8s.io/docs/setup/independent/create-cluster-kubeadm/
Kubernetes Version:
v1.7.2
Additional Information
Relevant logs
kubelet_network.go:70] Hairpin mode set to "promiscuous-bridge" but kubenet is not enabled, falling back to "hairpin-veth"
kubelet.go:508] Hairpin mode set to "hairpin-veth"
The text was updated successfully, but these errors were encountered:
This is a...
Problem:
Many CNI-based plugins do not set hairpin mode which allows pods to access themselves via their Service IP, if they don't know about their podIP.
CNI Plugins Should allow hairpin traffic containernetworking/cni#476
This is not documented in kubeadm. However kubeam only supports CNI-based plugins and not kubenet-based plugins
Proposed Solution:
It is possible to extend the documentation of the section "Install Pod network" with additional information which network add-ons support hairpin mode?
I can confirm that flannel-cni plugin does not support it.
Page to Update:
k8s.io/docs/setup/independent/create-cluster-kubeadm/
Kubernetes Version:
v1.7.2
Additional Information
Relevant logs
The text was updated successfully, but these errors were encountered: