- Mar 24, 2020
-
-
Stephen Schmidt authored
- This solves issue #5721 & #5713 (dupes) - Provide a cleaner default usage pattern for the download role around etcd that supports 'host' and 'docker' properly - Extract the 'etcdctl' as a separate task install piece and reuse it where appropriate - Update the kubeadm-etcd task to reflect the above change
-
Petr Enkov authored
-
Mateus Caruccio authored
This implements the same behavior as https://github.com/kubernetes-sigs/kubespray/blob/a15a0b5eb954c29636b4257463ef29ab2f5a191c/roles/network_plugin/calico/templates/calico-node.yml.j2 More info: https://github.com/projectcalico/felix/issues/1447
-
Pierre Gaxatte authored
-
- Mar 21, 2020
-
-
Etienne Champetier authored
Tests as filters support is removed as of Ansible 2.9 https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.5.html#jinja-tests-used-as-filters Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
eddebc authored
Fixed an issue where without a default GW, ansible_default_ipv4 would return an empty dict which passed as a valid fallback_ip dict item (#5394)
-
- Mar 20, 2020
-
-
Sergey authored
-
Etienne Champetier authored
k8s-dns-node-cache now uses debian-iptables base images to automatically use either iptables-legacy or iptables-nft https://github.com/kubernetes/dns/pull/355 https://github.com/kubernetes/kubernetes/pull/82966 This adds support CentOS 8 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
Maxime Guyot authored
-
- Mar 18, 2020
- Mar 17, 2020
-
-
Bjoern Teipel authored
New override are added to allow installation of the registry on different ports than ``5000``. The default port is unchanged from previous versions
-
bozzo authored
I propose also my help as a reviewer
-
spaced authored
* fedora coreos support - bootstrap and new fact for * fedora coreos support - fix bootstrap condition * fedora coreos support - allow customize packages for fedora coreos bootstrap * fedora coreos support - prevent install ptyhon3 and epel via dnf for fedora coreos * fedora coreos support - handle all ostree like os in same way * fedora coreos support - handle all ostree like os in same way for crio * fedora coreos support - add fcos documentations
-
bozzo authored
-
- Mar 16, 2020
-
-
Pasquale Toscano authored
* Add variables to configure Containerd default runtime, untrusted runtime and additional runtimes * Add containerd settings to sample inventory * Empty commit
-
Yujun Zhang authored
Related to #5432
-
Sergey authored
-
Michael Shnit authored
* Add AWS ALB Ingress Controller Ansible role * remove trailing spaces * update owners * ALB ingress: update rbac clusterrole and remove role * Move alb-ingress role to roles/kubernetes-apps/ingress_controller folder
-
- Mar 14, 2020
-
-
Sergey authored
-
hfinucane authored
* Support configuring the insert mode Defaults to the upstream default https://docs.projectcalico.org/v3.9/reference/felix/configuration so nothing should change for existing deployments. This allows coexistence with other firewall management technologies. * Add a note to the sample config
-
Cédric de Saint Martin authored
Solves problem with mitogen about 'Compress object has no attribute copy' in zlib module.
-
Sander Cornelissen authored
* Merge OracleLinux in RedHat bootstrap-os * Set default for use_oracle_public_repo in main.yaml
-
bozzo authored
Allows to configure additionnal zone for domains not resolved by `upstream_dns_servers`.
-
Xiaodu authored
* Add docker-ce 19.03 packages for Debian & Ubuntu K8s has updated the recommended Docker version to 19.03. More specifically it should be 19.03.4, but since we used 18.06.7 instead of .2, I'm assuming the latest patch version should be used here as well. * Add docker 19.03 for redhat
-
Florent Monbillard authored
-
Florent Monbillard authored
* Use k8s.gcr.io for kubernetes related images * Use k8s.gcr.io in inventory sample
-
- Mar 13, 2020
-
-
Florent Monbillard authored
* Kubernetes 1.16.8 * Use 1.16.8 in sample inventory and kubespray-defaults
-
Florent Monbillard authored
-
Nakahara, Kohei authored
-
Florian Ruynat authored
-
Joel Seguillon authored
* upgrade metrics server and resizer images version * scope "apps" api group for addon resizer
-
Hugo Blom authored
-
Qingkun Li authored
-
Danilo Riecken P. de Morais authored
-
Christopher Randles authored
Signed-off-by: Chris Randles <randles.chris@gmail.com>
-
Maxime Guyot authored
-
dymq authored
The 'regexp' parameter matches last occurrence of a line starting with 'proxy=' and replaces it with the one defined in 'line' parameter. If no match - it works same way as before. This fixes resuming cluster deployments failed after that task (if there was no more than one line starting with 'proxy' in the yum.conf file - this condition should also be reassured with the change introduced here) eg. if they were initiated with Terraform.
-
- Mar 12, 2020
-
-
Xiaodu authored
refs #5277 As the issue describes, when no external or local load-balanced is used, kube-proxy won't be able to contact apiserver at 127.0.0.1. So the config map should be left as is.
-
Florent Monbillard authored
-