- Oct 21, 2020
-
-
wand3r3r authored
* Adding option to disable gloablly applying a proxy to etc/yum.conf * Change made to proxy_yum_globaly basedon reviewer feedback * fix trailing spaces in ymllint
-
- Oct 20, 2020
-
-
Etienne Champetier authored
This fixes the Containerd + EL8 case that was missed in 7d1ab337 On CentOS 8 with proxy ansible render inline `proxy` and `module_hotfixes` options. For example: ``` proxy=http://127.0.0.1:3128module_hotfixes=True ``` But expected result: ``` proxy=http://127.0.0.1:3128 module_hotfixes=True ``` Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Oct 19, 2020
-
-
David Louks authored
* Use existing variable for tiller service account name * keep crb as tiller
-
- Oct 15, 2020
-
-
Florent Monbillard authored
-
- Oct 13, 2020
-
-
Hans Feldt authored
* bump crio version to 1.19 * crio package name has changed for debian/ubuntu * crio upgrade does not work, see #6757 * update crio info in docs
-
Sergey authored
-
Samuel Liu authored
-
yelhouti authored
-
Hans Feldt authored
crio refuses to delete pods when cni is unavailable which is the case e.g. using calico with kdd datastore. See: https://github.com/cri-o/cri-o/issues/4084 Fix by deleting storage associated with containers. Stop and disable crio service so switching container runtime can be done.
-
- Oct 12, 2020
-
-
Bogdan Peste authored
* Added option to force apiserver and respective client certificate to be regenerated without necessarily needing to bump the K8S cluster version * Removed extra blank line
-
- Oct 11, 2020
-
-
holmesb authored
Signed-off-by: holmesb <5072156+holmesb@users.noreply.github.com>
-
Nikita Velgin authored
Handlers with the same name (Kubeadm | restart kubelet) leads to incorrect playbook execution. As a result, after completing the tasks, kubelet does not restart. This PR fix this behavior
-
Hans Feldt authored
Users should opt in for features and not opt out.
-
- Oct 09, 2020
-
-
Kenichi Omichi authored
After upgrading to newer Kubernetes(v1.17 at least), kubectl command shows the following warning message: WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/foo/.kube/config The kubeconfig was copied from {{ artifacts_dir }}/admin.conf with kubeconfig_localhost feature. It is better to set valid file mode at getting it on Kubespray.
-
Florian Ruynat authored
-
holmesb authored
If no_proxy_exclude_workers is true, workers will be excluded from the no_proxy variable. This prevents docker engine restarting when scaling workers. (#6520) Signed-off-by: holmesb <5072156+holmesb@users.noreply.github.com>
-
- Oct 07, 2020
-
-
Hans Feldt authored
-
- Oct 06, 2020
-
-
Sergey authored
Remove task with install etcdctl from etcd role when etcd_kubeadm_enabled=true
-
rafal-jan authored
-
bozzo authored
The CA cert was only deployed on master nodes
-
5-sigma authored
Added Comment line above checksum section to add clarification about Kubespray's version support and testing (#6785)
-
Florian Ruynat authored
-
- Oct 05, 2020
-
-
Florian Ruynat authored
-
Hans Feldt authored
reset playbook fails and does not continue cleanup after for example a host reboot with kubelet stopped/disabled
-
- Oct 02, 2020
-
-
Joren Zandstra authored
-
Florian Ruynat authored
-
- Oct 01, 2020
-
-
Victor Morales authored
The 0d0cc8cf change creates several DaemonSets to cover the Flannel CNI installation for different CPU architectures. This change removes the unnecessary architecture value from the docker tag value. Signed-off-by: Victor Morales <v.morales@samsung.com>
-
- Sep 30, 2020
-
-
dlandtwing authored
In case multiple nodeselectors are specified in ingress_nginx_nodeselector, the generated daemonset yaml template for nginx is invalid due to missing indentation starting with the second nodeselector
-
- Sep 29, 2020
-
-
petruha authored
-
Kenichi Omichi authored
When stopping at the check of "Stop if ip var does not match local ips" the error message is like: fatal: [single-k8s]: FAILED! => { "assertion": "ip in ansible_all_ipv4_addresses", "changed": false, "evaluated_to": false, "msg": "Assertion failed" } That doesn't contain actual IP addresses and it is difficult to understand what was wrong. This adds the error message which contain actual IP addresses to investigate the issue if happens.
-
- Sep 26, 2020
-
-
Mateusz Adamek authored
* Added support for dynamic tags in AWS and Azure. * Added examples of dynamic tags configuration.
-
- Sep 25, 2020
-
-
Lennart Weller authored
-
Florian Ruynat authored
-
emiran-orange authored
-
Florian Ruynat authored
-
axelgobletbdr authored
* created variable to enable/disable reverse dns lookups in coredns * fixed linting-error in dns-stack.md
-
- Sep 24, 2020
-
-
orange-llajeanne authored
-
Hans Feldt authored
* calico: add constant calico_min_version_required and verify current deployed version against it. * calico: remove upgrade support with data migration The tool was used pre v3.0.0 and is no longer needed. * calico: remove old version support from tasks * calico: remove old ver support from policy ctrl * calico: remove old ver support from node * canal: remove old ver support * remove unused calicoctl download checksums calico_min_version_required is the oldest version that can be installed Older versions can be removed.
-
Marco Martínez authored
* Add retries to update calico-rr data in etcd through calicoctl * Update update-node yaml syntax * Add comment to clarify ansible block loop * Remove trailing space
-
- Sep 23, 2020
-
-
Sergey authored
-