Closed
Description
Kubernetes version (use kubectl version
): v1.4.6, v1.5.1, likely many versions
Environment:
- Cloud provider or hardware configuration: Azure / Azure Container Service
- OS (e.g. from /etc/os-release): Ubuntu Xenial
- Kernel (e.g.
uname -a
): latest 16.04-LTS kernel - Install tools: Cloud-Init + hyperkube
- Others:
Configuration Details:
kubelet
runs in a container- master services run as static manifests
- kube-addon-manager runs as a static manifest
kube-proxy
runs in iptables mode via a daemonset
What happened:
After upgrading to docker 1.13.0 on the nodes, outbound container traffic stops working
What you expected to happen:
Outbound container traffic to work (aka, I can hit the internet and service ips from inside the container)
How to reproduce it (as minimally and precisely as possible):
Deploy an ACS Kubernets cluster. If the workaround has rolled out, then force upgrade docker to 1.13 (you'll have to remove a pin we're setting in /etc/apt/preferences.d).
Unclear if this repros on other configurations right now.
Anything else do we need to know:
No, I just don't know where/how to best troubleshoot this.