Skip to content

Instantly share code, notes, and snippets.

@sanjid133
Created January 9, 2019 11:13
Show Gist options
  • Save sanjid133/314d2560203a615121a01de1c3246d45 to your computer and use it in GitHub Desktop.
Save sanjid133/314d2560203a615121a01de1c3246d45 to your computer and use it in GitHub Desktop.
Kube svc error 2019/01/09 10:56:55 Get https://10.96.0.1:443/api?timeout=32s: dial tcp 10.96.0.1:443: i/o timeout
systemctl stop kubelet
systemctl stop docker
iptables --flush
iptables -tnat --flush
systemctl start kubelet
systemctl start docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment