att-comdev / halcyon-kubernetes

Ansible playbooks for a kubadm-based kubernetes deployment, on supporting any cloud and any kubeadm-enabled OS.
Apache License 2.0
35 stars 22 forks source link

Create docker proxy configuration file #28

Closed mwgiles closed 7 years ago

mwgiles commented 7 years ago

Creates a docker proxy configuration file to fix issue #26

Although vagrant-proxyconf should set this up, it requires a vagrant reload to take effect (and doesn't set up the proxies correctly for centos). By setting up the proxy conf through the playbook, it can run to completion without requiring a reload in the middle.

intlabs commented 7 years ago

LGTM, thanks @mwgiles for getting this over to support Ubuntu as well.