Skip to content

Instantly share code, notes, and snippets.

@leblancd
Created September 27, 2017 20:52
Show Gist options
  • Save leblancd/37e5273a525487a916c5c244f24c28a6 to your computer and use it in GitHub Desktop.
Save leblancd/37e5273a525487a916c5c244f24c28a6 to your computer and use it in GitHub Desktop.
Kube-proxy logs from IPv6 setup, minion 1
[root@kube-minion-1 ~]# docker logs 5099374de8a3
I0927 20:03:04.902892 1 feature_gate.go:156] feature gates: map[]
time="2017-09-27T20:03:04Z" level=warning msg="Running modprobe ip_vs failed with message: `modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/3.10.0-514.26.2.el7.x86_64/modules.dep.bin'`, error: exit status 1"
time="2017-09-27T20:03:04Z" level=error msg="Could not get ipvs family information from the kernel. It is possible that ipvs is not enabled in your kernel. Native loadbalancing will not work until this is fixed."
W0927 20:03:04.944810 1 server.go:817] Flag proxy-mode="" unknown, assuming iptables proxy
I0927 20:03:04.950771 1 server.go:496] Using iptables Proxier.
W0927 20:03:04.950930 1 proxier.go:489] clusterCIDR not specified, unable to distinguish between internal and external traffic
I0927 20:03:04.951275 1 server.go:531] Tearing down inactive rules.
E0927 20:03:05.028433 1 proxier.go:699] Failed to execute iptables-restore for nat: exit status 1 (ip6tables-restore: line 7 failed
)
I0927 20:03:05.044194 1 conntrack.go:98] Set sysctl 'net/netfilter/nf_conntrack_max' to 131072
I0927 20:03:05.044298 1 conntrack.go:52] Setting nf_conntrack_max to 131072
I0927 20:03:05.044538 1 conntrack.go:98] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_established' to 86400
I0927 20:03:05.044606 1 conntrack.go:98] Set sysctl 'net/netfilter/nf_conntrack_tcp_timeout_close_wait' to 3600
I0927 20:03:05.044874 1 config.go:102] Starting endpoints config controller
I0927 20:03:05.044901 1 controller_utils.go:1041] Waiting for caches to sync for endpoints config controller
I0927 20:03:05.044883 1 config.go:202] Starting service config controller
I0927 20:03:05.044922 1 controller_utils.go:1041] Waiting for caches to sync for service config controller
I0927 20:03:05.146800 1 controller_utils.go:1048] Caches are synced for endpoints config controller
I0927 20:03:05.146802 1 controller_utils.go:1048] Caches are synced for service config controller
[root@kube-minion-1 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment