- Jun 24, 2020
-
-
Samuel Liu authored
* Add event-ttl duration * Fix wrong location
-
- Jun 16, 2020
-
-
Samuel Liu authored
* ADD tls cipher suites support yaml lint yamllint * update test case * update test case
-
Hans Feldt authored
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- May 18, 2020
-
-
Mateus Caruccio authored
-
- May 08, 2020
-
-
Florent Monbillard authored
-
- Apr 21, 2020
-
-
Florian Ruynat authored
-
- Apr 18, 2020
-
-
Sergey authored
-
- Apr 08, 2020
-
-
spaced authored
-
Etienne Champetier authored
* etcd: etcd-events doesn't depend on etcd_cluster_setup Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: remove condition already present on include_tasks Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: fix scaling up Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: use *access_addresses, do not delegate to etcd[0] We want to wait for the full cluster to be healthy, so use all the cluster addresses Also we should be able to run the playbook when etcd[0] is down (not tested), so do not delegate to etcd[0] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: use failed_when for health check unhealthy cluster is expected on first run, so use failed_when instead of ignore_errors to remove scary red messages Also use run_once Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubernetes/preinstall: ensure ansible_fqdn is up to date after changing /etc/hosts Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubernetes/master: regenerate apiserver cert if needed Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- 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
-
- Mar 20, 2020
-
-
Maxime Guyot authored
-
- Feb 27, 2020
-
-
Lovro Seder authored
* Run 'container-engine' after drain. Move possibly disruptive role 'container-engine' to run after the node is drained. As that role have to be run on non-cluster nodes as well (etcd and calico-rr), and those nodes are not drained, add play for that case. * Check if api is up before upgrade. If container engine is restarted in previous role, api controller can take some time to start. This check ensures api is up before upgrade.
-
- Feb 19, 2020
-
-
Adrien Gooris authored
-
- Feb 18, 2020
-
-
Ali Sanhaji authored
* External OpenStack Cloud Controller Manager implementation * Adding controller image tag * Minor fixes * Restructuring the external cloud controller to work with KubeADM
-
- Feb 10, 2020
-
-
Sergey authored
-
- Feb 07, 2020
-
-
aca authored
-
- Jan 06, 2020
-
-
Matthew Mosesohn authored
Resolves issue where kubectl cache of <v1.16 api schema interferes with interacting with daemonsets and deployments. Change-Id: I63b7046958f2008eb144b6da0004c598f945e0ae
-
- Dec 05, 2019
-
-
Maxime Guyot authored
-
Hugo Blom authored
-
- Nov 28, 2019
-
-
Matthew Mosesohn authored
Change-Id: I3fff04f0211cd9c2e8235acaf51c3aa98abc8bb7
-
- Nov 27, 2019
-
-
Yujun Zhang authored
-
- Nov 20, 2019
-
-
Michael Shen authored
-
- Nov 18, 2019
-
-
Matthew Mosesohn authored
This fixes the scenario where masters are upgraded one at a time and coredns gets improperly scaled back up to 2 replicas. Change-Id: I7cc9283f40efcfd61b5813c89a5805c95d901567
-
- Nov 14, 2019
-
-
Matthew Mosesohn authored
Change-Id: I68a962a9dd28c83ef07eaeaf53eb98287f38bca9
-
- Nov 11, 2019
-
-
Matthew Mosesohn authored
Change-Id: I298496e55a6889c158b2085fcadeda5e679a873e
-
- Nov 05, 2019
-
-
Matthew Mosesohn authored
Change-Id: I128b0f9c1acbb956d9a6c4e5510b45a36e296af7
-
- Oct 25, 2019
-
-
Matthew Mosesohn authored
Change-Id: I23116efefe8626d361d1904fc6fb8448f66cf3c5
-
- Oct 17, 2019
-
-
YichenWong authored
-
Matthew Mosesohn authored
* Add support for restart handlers for control plane on crio/containerd Change-Id: I8343cc4e9df7f55b732628ed01cc6e7ea5dcee85 * Update main.yml
-
- Oct 08, 2019
-
-
Matthew Mosesohn authored
Change-Id: Ic9425bf90552d7e3d42b02409af9773d99376384
-
- Oct 02, 2019
-
-
Matthew Mosesohn authored
* Switch to Kubernetes v1.16.0 Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158 * Fix download localhost cached file path Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47 * fix kubeadm etcd for v1.16 Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2 * disable tf packet jobs Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154 * Disable contiv packet jobs. Fix kube-router Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d * bump sonobuoy version Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
-
- Sep 26, 2019
-
-
Etienne Champetier authored
When using IPVS, kube_proxy_strict_arp = true is required https://github.com/danderson/metallb/issues/153#issuecomment-518651132 Add kube_proxy_strict_arp to inventory/sample
-
Sergey authored
-
- Sep 18, 2019
-
-
Sergey authored
-
- Sep 13, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1076b418f85a26d9896be69910052128afc51cee
-
- Sep 09, 2019
-
-
Matthew Mosesohn authored
Change-Id: I5aa009358bee7035922b5a10327997e47c9ba434
-
- Aug 23, 2019
-
-
rptaylor authored
-
- Aug 21, 2019
-
-
Tony Fouchard authored
-
- Aug 15, 2019
-
-
Zou Nengren authored
-
Matthew Mosesohn authored
Change-Id: I7fd94ec6d195af60d237b3cfe91668ca1f707d26
-