- Apr 07, 2019
-
-
Maxime Guyot authored
-
- Apr 05, 2019
-
-
Maxime Guyot authored
-
- Apr 04, 2019
-
-
Maxime Guyot authored
-
Xavi authored
-
Maxime Guyot authored
-
Andreas Krüger authored
* Update CoreDNS to 1.4.0 * Update readme to reflect CoreDNS update
-
Andreas Krüger authored
-
Andreas Krüger authored
* Update DNS Autoscaler * Update downloads too * Fix yamllint * Fix yamllint
-
- Apr 03, 2019
- Apr 02, 2019
-
-
Gautam Divgi authored
-
Matthew Mosesohn authored
-
Chad Swenson authored
Both the `yum` and `apt` modules support a list as input, this allows us avoid the slower `with_items` approach, which can take a long time with a large count of cluster nodes.
-
- Apr 01, 2019
-
-
Matthew Mosesohn authored
Both kubedns and dnsmasq modes are long not maintained. We should run dns_late steps at the end because sshd makes DNS lookups during Ansible run and has 2s timeouts for each failed lookup trying to connect to coredns before it is ready.
-
Bort Verwilst authored
-
- Mar 30, 2019
-
-
ml authored
* Fix jinja2 boolean condition * Convert all felix variable to booleans instead.
-
- Mar 29, 2019
-
-
Dmitry Chepurovskiy authored
-
- Mar 28, 2019
-
-
Stefan Prietl authored
This commit adapts the "Lay Down KubeDNS Template" task to use the static files moved by pull request [1] [1] https://github.com/kubernetes-sigs/kubespray/pull/4341
-
Qasim Sarfraz authored
* Fix bootsrap-os role, failing to create remote_tmp * use ansible_remote_tmp hostvar
-
Sergey authored
values from inventory in roles/kubespray-defaults/defaults/main.yml hardcoded values in roles/container-engine/defaults/main.yml dns_servers set empty in roles/container-engine/defaults/main.yml and skydns_server not set in docker_dns_servers variables also set default value for manual_dns_serve another variables in roles/container-engine/defaults not need to set
-
Dmitry Chepurovskiy authored
* Added configurable local apiserver proxy liveness probe * Enable API LB healthcheck by default * Fix template spacing and moved healthz location to nginx http section * Fix healthcheck listen address to allow kubelet request healthcheck
-
Qasim Sarfraz authored
-
- Mar 27, 2019
-
-
Bart Verwilst authored
-
- Mar 26, 2019
-
-
Matthew Mosesohn authored
-
Etienne authored
-
- Mar 20, 2019
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
This reverts commit ea7a6f1c. This change modified the certs dir for Kubernetes, but did not move the directories for existing clusters.
-
- Mar 18, 2019
-
-
Dmitry Chepurovskiy authored
-
- Mar 14, 2019
-
-
Matthew Mosesohn authored
Pods on down/unresponsive nodes can't be deleted without --force --grace-period=0. Fixes #4314
-
- Mar 13, 2019
-
-
Manuel Cintron authored
-
Matthew Mosesohn authored
* Move most coredns templates to static files This should speed up the task slightly * yaml lint fixes
-
- Mar 07, 2019
-
-
Bort Verwilst authored
-
- Mar 06, 2019
-
-
chadswilson authored
* add blockSize to IPPool spec for Calico >= v3.3.0 * fix "cidr" spec in Calico IPPool resource for my PR
-
- Mar 05, 2019
-
-
Matthew Mosesohn authored
* Remove hard dependence on facts for all nodes * Update main.yaml * Update main.yaml
-
- Mar 01, 2019
-
-
Matthew Mosesohn authored
-
- Feb 28, 2019
-
-
Bort Verwilst authored
* Add 1.12.6, sort arm64 descending * remove 1.10.x checksums (EOL anyways)
-
Matthew Mosesohn authored
-
- Feb 26, 2019
-
-
Anupam Basak authored
-
Peter Metz authored
* feat(external-provisioner/local-path-provisioner): adds support for local path provisioner Helpful for local development but also in production workloads (once the permission model is worked out) where you have redundancy built into the software uses the PVCs (e.g. database cluster with synchronous replication) * feat(local-path-provisioner): adds debug flag, image tag group var * fix(local-path-provisioner): moves image repo/tag to download role * test(gce_centos7-flannel): enables local-path-provisioner in test case * fix(addons): add image repo/tag to commented default values * fix(local-path-provisioner): typo in jinja template for local path provisioner * style(local-path-provisioner): debug flag condition re-formatted * fix(local-path-provisioner): adds missing default value for debug flag * fix(local-path-provisioner): syntax fix for debug if condition end * fix(local-path-provisioner): jinja template syntax: if condition white space
-