- Apr 08, 2019
-
-
Maxime Guyot authored
-
Victor Morales authored
The iteritems() dictionary's method has been removed in Python3. Using this method in Jinja2 templates limits the execution to Python2 which will be deprecated in 2020[1]. This change replaces that method for the items() method as it's suggested in the official website[2]. [1] https://pythonclock.org/ [2] https://docs.ansible.com/ansible/latest/user_guide/playbooks_python_version.html#dict-iteritems
-
MarkusTeufelberger authored
-
- Apr 07, 2019
-
-
Maxime Guyot authored
-
- Apr 06, 2019
-
-
Andreas Krüger authored
* Update premoderator to fix Github API throttle * Update premoderator script Add exit codes and document the exit code. * Fix indentation
-
- Apr 05, 2019
-
-
Maxime Guyot authored
-
rptaylor authored
The .terraform directory is populated when modules are downloaded: https://www.terraform.io/docs/commands/get.html "The modules are downloaded into a local .terraform folder. This folder should not be committed to version control."
-
Maxime Guyot authored
-
- Apr 04, 2019
-
-
Maxime Guyot authored
-
Xavi authored
-
Maxime Guyot 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
-
Erwan Miran authored
-
- 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
-
MarkusTeufelberger authored
* Lint everything in the repository with yamllint * yamllint fixes: syntax fixes only * yamllint fixes: move comments to play names * yamllint fixes: indent comments in .gitlab-ci.yml file
-
- Mar 30, 2019
-
-
ml authored
* Fix jinja2 boolean condition * Convert all felix variable to booleans instead.
-
- Mar 29, 2019
-
-
tikitavi authored
-
johnstudarus authored
The correct name is Packet, not Packet Host.
-
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
-
Maxime Guyot authored
-
- Mar 27, 2019
-
-
Chad Swenson authored
Upgrade to k8s 1.13.5
-
Bart Verwilst authored
-
- Mar 26, 2019
-
-
Matthew Mosesohn authored
-
Michael Vorburger ⛑️ authored
-
Etienne authored
-