- Mar 17, 2018
-
-
woopstar authored
Added CoreDNS to downloads Updated with labels. Should now work without RBAC too Fix DNS settings on hosts Rename CoreDNS service from kube-dns to coredns Add rotate based on http://edgeofsanity.net/rant/2017/12/20/systemd-resolved-is-broken.html Updated docs with CoreDNS info Added labels and fixed minor settings from official yaml file: https://github.com/kubernetes/kubernetes/blob/release-1.9/cluster/addons/dns/coredns.yaml.sed Added a secondary deployment and secondary service ip. This is to mitigate dns timeouts and create high resitency for failures. See discussion at 'https://github.com/coreos/coreos-kubernetes/issues/641#issuecomment-281174806' Set dns list correct. Thanks to @whereismyjetpack Only download KubeDNS or CoreDNS if selected Move dns cleanup to its own file and import tasks based on dns mode Fix install of KubeDNS when dnsmask_kubedns mode is selected Add new dns option coredns_dual for dual stack deployment. Added variable to configure replicas deployed. Updated docs for dual stack deployment. Removed rotate option in resolv.conf. Run DNS manifests for CoreDNS and KubeDNS Set skydns servers on dual stack deployment Use only one template for CoreDNS dual deployment Set correct cluster ip for the dns server
-
- Mar 13, 2018
-
-
rong.zhang authored
-
- Mar 12, 2018
-
-
RongZhang authored
Fix Docker exits prematurely
-
RongZhang authored
Fix issues #2451 Support docker-ce and docker-engine
-
Aivars Sterns authored
fix nodePort for weave
-
Aivars Sterns authored
Fix indexing of supplementary DNS in openssl.conf
-
Aivars Sterns authored
Explicitly defines the --kubelet-preferred-address-types parameter
-
RongZhang authored
details:https://github.com/moby/moby/pull/31490/files
-
rong.zhang authored
Support docker-ce and docker-engine include redhat/centos ubuntu debian
-
- Mar 10, 2018
-
-
Spencer Smith authored
FIXUP #2424: local_provisioner directory should be created only if enabled
-
Spencer Smith authored
Update OpenStack contrib to use per-cluster inventory layout
-
Spencer Smith authored
Fix kubernetes cert permission sync
-
Spencer Smith authored
Prefix system:node CRB
-
- Mar 09, 2018
-
-
chadswen authored
Add `state: directory` to `file` task so that `recurse: yes` will actually take effect and ensure certs/keys have the right file mode and owner
-
chadswen authored
Change the name of `system:node` CRB to `kubespray:system:node` to avoid conflicts with the auto-reconciled CRB also named `system:node` Fixes #2121
-
RongZhang authored
Fix always download calico_rr image
-
Chad Swenson authored
Fix systemd version detection
-
Chad Swenson authored
clean http-proxy.conf
-
- Mar 08, 2018
-
-
zhengchuan hu authored
-
zhengchuan hu authored
-
RongZhang authored
Remove nodes
-
rong.zhang authored
Drain node except daemonsets resource Use reset cluser for delete deploy data Then delete node
-
RongZhang authored
Enable OOM killing for etcd-events
-
Wong Hoi Sing Edison authored
-
RongZhang authored
fix the name of some variable
-
Chad Swenson authored
kube Module Enhancements
-
Chad Swenson authored
* Multiple files are now supported across operations. * Can be specified as a list or a comma separated string. * Single item per task params will still work without changes. * Added `files`, `filenames`, and `file`, as aliases for the `filename` param. * Improved output of error message to always include stderr * `exists` now supports checking files Follow up PRs encouraged across roles to start converting `with_items` loops on `kube` tasks into `files` param lists so we can improve performance.
-
- Mar 07, 2018
-
-
Chris Mildebrandt authored
Change "command" to "shell" in order for the pipe to work correctly
-
Aivars Sterns authored
Add Custom ConfigMap Support for ingress-nginx
-
Antoine Legrand authored
Remove DigitalOcean
-
Wong Hoi Sing Edison authored
-
Antoine Legrand authored
-
Aivars Sterns authored
add tip to large-deployments.doc
-
RongZhang authored
* Use docker-ce 17.03.2 * Docker-engine may be discarded
-
RongZhang authored
Support Centos/Fedora atomic host
-
zhengchuan hu authored
set the ``etcd_events_cluster_setup: true`` store events in a separate dedicated etcd instance.
-
zhengchuan hu authored
-
- Mar 06, 2018
-
-
Aivars Sterns authored
Add labels for ingress_nginx_namespace
-
Aivars Sterns authored
Adding ssh_private_key_file to ProxyCommand
-
RongZhang authored
Enable OOM killing like docker run etcd
-