- 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
details:https://github.com/moby/moby/pull/31490/files
-
rong.zhang authored
Support docker-ce and docker-engine include redhat/centos ubuntu debian
-
- 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
-
- Mar 08, 2018
-
-
zhengchuan hu authored
-
zhengchuan hu authored
-
rong.zhang authored
Drain node except daemonsets resource Use reset cluser for delete deploy data Then delete node
-
Wong Hoi Sing Edison authored
-
- Mar 07, 2018
-
-
Chris Mildebrandt authored
Change "command" to "shell" in order for the pipe to work correctly
-
Wong Hoi Sing Edison authored
-
RongZhang authored
* Use docker-ce 17.03.2 * Docker-engine may be discarded
-
zhengchuan hu authored
-
- Mar 06, 2018
-
-
RongZhang authored
Enable OOM killing like docker run etcd
-
Dominic Lam authored
This is trying to match what the roles/bastion-ssh-config is trying to do. When the setup is going through bastion, we want to ssh private key to be used on the bastion instance.
-
- Mar 05, 2018
-
-
Wong Hoi Sing Edison authored
-
Ayaz Ahmed Khan authored
to the API server configuration. This solves the problem where if you have non-resolvable node names, and try to scale the server by adding new nodes, kubectl commands start to fail for newly added nodes, giving a TCP timeout error when trying to resolve the node hostname against a public DNS.
-
- Mar 03, 2018
-
-
Jonas Kongslund authored
-
Jonas Kongslund authored
-
- Mar 02, 2018
-
-
Wong Hoi Sing Edison authored
-
Matthew Mosesohn authored
Fixes #2397
-
rong.zhang authored
-
- Mar 01, 2018
-
-
RongZhang authored
Add etcd-events cluster for kube-apiserver
-
- Feb 28, 2018
-
-
Matthew Mosesohn authored
-
Brad Beam authored
-
Simon Li authored
-
Miouge1 authored
-
Dmitry Vlasov authored
-
- Feb 27, 2018
-
-
Matthew Mosesohn authored
For etcdctl commands, use admin cert instead of node because this file doesn't exist on etcd only hosts.
-
Matthew Mosesohn authored
-
Brad Beam authored
-
RongZhang authored
* Fix run kubectl error Fix run kubectl error when first master doesn't work * if access_ip is define use first_kube_master else different master use a different ip * Delete set first_kube_master and use kube_apiserver_access_address
-
RongZhang authored
Upgrade to Kubernetes v1.9.3
-
- Feb 22, 2018
-
-
Brad Beam authored
-
Nedim Haveric authored
-
Brad Beam authored
-
Maxim Krasilnikov authored
* Fixed generate front proxy client certs with vault * fix vault cert management * Distrebute etcd node certs to vault hosts
-
Andreas Krüger authored
Adding health checking to kube proxy. Fixes #2308
-
Andreas Krüger authored
* Set filemode to 0640 weave-net.yml file is readable by all users on the host. It however contains the weave_password to encrypt all pod communication. It should only be readable by root. * Set mode 0640 on users_file with basic auth
-