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

Fix proxy support for docker #26

Closed intlabs closed 7 years ago

intlabs commented 7 years ago

The vagrant-proxyconf plugin doesn't properly set up the docker proxy for CentOS and requires a vagrant reload after docker is installed which causes problems with the ansible playbook.

@mwgiles (https://github.com/mwgiles) has proposed a fix: https://github.com/portdirect/halcyon-kubernetes/pull/1, that should be brought into this repo to resolve this issue.

v1k0d3n commented 7 years ago

@intlabs and @mwgiles can we get these changes added for both centos and ubuntu? @aric49 you worked on this originally...so you may want to keep an eye on this (just to be aware of it).

intlabs commented 7 years ago

@mwgiles resolved this issue for both CentOS and Ubuntu with: https://github.com/att-comdev/halcyon-kubernetes/pull/28