Skip to content

Instantly share code, notes, and snippets.

@chancez
Created August 29, 2016 22:59
Show Gist options
  • Save chancez/b802af6729bfd03a6b629639fa76cd5d to your computer and use it in GitHub Desktop.
Save chancez/b802af6729bfd03a6b629639fa76cd5d to your computer and use it in GitHub Desktop.
~/g/s/g/c/b/h/multi-node ❯❯❯ kubectl --kubeconfig cluster/auth/kubeconfig get pods --all-namespaces master ✭ ✱ ◼
NAMESPACE NAME READY STATUS RESTARTS AGE
kube-system kube-api-checkpoint-172.17.4.101 1/1 Running 0 2m
kube-system kube-apiserver-g4ggj 2/2 Running 0 3m
kube-system kube-controller-manager-4261624-t5vo1 1/1 Running 0 3m
kube-system kube-dns-v19-609601515-wfj47 3/3 Running 0 3m
kube-system kube-proxy-42k9p 1/1 Running 0 3m
kube-system kube-proxy-p5jnl 1/1 Running 0 3m
kube-system kube-scheduler-2015870324-o39h9 1/1 Running 0 3m
kube-system kubelet-apnxe 1/1 Running 0 3m
kube-system kubelet-kodd7 1/1 Running 0 3m
~/g/s/g/c/b/h/multi-node ❯❯❯ kubectl --kubeconfig cluster/auth/kubeconfig --namespace=kube-system logs kube-proxy-42k9p master ✭ ✱ ◼
I0829 22:56:20.167507 1 server.go:202] Using iptables Proxier.
I0829 22:56:20.167850 1 server.go:215] Tearing down userspace rules.
I0829 22:56:20.180895 1 conntrack.go:40] Setting nf_conntrack_max to 32768
I0829 22:56:20.181335 1 conntrack.go:57] Setting conntrack hashsize to 8192
I0829 22:56:20.181876 1 conntrack.go:62] Setting nf_conntrack_tcp_timeout_established to 86400
W0829 22:57:07.688447 1 reflector.go:334] pkg/proxy/config/api.go:33: watch of *api.Endpoints ended with: very short watch
W0829 22:57:07.688555 1 reflector.go:334] pkg/proxy/config/api.go:30: watch of *api.Service ended with: very short watch
E0829 22:57:08.690492 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:08.690622 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:09.692494 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:09.692588 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:10.694341 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:10.695023 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:11.699679 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:11.699719 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:12.701430 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:12.701810 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:13.703435 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:13.704558 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:14.704600 1 reflector.go:205] pkg/proxy/config/api.go:33: Failed to list *api.Endpoints: Get https://172.17.4.101:443/api/v1/endpoints?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
E0829 22:57:14.706203 1 reflector.go:205] pkg/proxy/config/api.go:30: Failed to list *api.Service: Get https://172.17.4.101:443/api/v1/services?resourceVersion=0: dial tcp 172.17.4.101:443: getsockopt: connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment