halcyon-kubernetes
halcyon-kubernetes copied to clipboard
Ansible playbooks for a kubadm-based kubernetes deployment, on supporting any cloud and any kubeadm-enabled OS.
Bumps [ansible](https://github.com/ansible/ansible) from 2.2.1 to 4.2.0. Release notes Sourced from ansible's releases. v2.5.0 Beta 1 No release notes provided. v2.5.0 Alpha 1 No release notes provided. THESE ARE NOT OUR...
Kubernetes 1.5 now checks for the --cluster-cidr flag and will give a warning without it. See https://github.com/kubernetes/kubernetes/pull/39440. There is some discussion on how kubeadm can automatically resolve it in the...
many people would like to see this feature added, especially when we're talking for projects like [openstack-helm](https://github.com/att-comdev/openstack-helm) and [kolla-kubernetes](https://github.com/openstack/kolla-kubernetes). i'd like to see CoreOS supported for the project, and this...
similar to CoreOS and #54, a lot of people would like to see support for Atomic as well. this issue is just to track this effort and let the community...
one nice (and extremely simple) change that we can make is to have `kubectl`auto-completion. this can be done with a simple ansible `lineinfile` EOF in `~/.bashrc`. ``` source