- Mar 17, 2020
-
-
bozzo authored
-
- Mar 16, 2020
-
-
MengZeLee authored
Because using python Program create inventory it will happen error, thus I change python pip version to install kubespray requirements.
-
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
-
keyboardfann 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 15, 2020
-
-
Yujun Zhang authored
* Add document about adding/replacing a node * Update nodes.md Amend for comments
-
- 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
-
Maxime Guyot 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
-
Maxime Guyot authored
-
Florent Monbillard authored
-
Maxime Guyot 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
-
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.
-
Maxime Guyot authored
-
Florent Monbillard authored
-
Sergey authored
* calico VXLAN mode * check vars if calico backend defined
-
- Mar 11, 2020
-
-
Florent Monbillard authored
* Upgrade etcd to 3.3.18 * Try with etcd 3.3.15 (kubeadm 1.16.7 default) * Back to square one * Try with 3.3.11 * Upgrade etcd to 3.3.18 (take 2) * Try with 3.3.12
-
Fredrik Lönnegren authored
* Add resources needed to deploy 1.6.4 * Use cilium v1.6.4 * Change deprecated option name * Add update crd to clusterrole cilium * Cilium 1.6.4 -> 1.6.5 * Make monitor-aggregation config configurable as a variable * Change monitor-aggregation default none->medium * Cilium 1.6.5 -> 1.6.6 * Update to 1.7.0 * v1.7.0->v1.7.1
-
Hugo Blom authored
* install cinder-csi before upgrading nodes * Only run the Cinder CSI when enabled
-
Etienne Champetier authored
https://github.com/containerd/containerd/releases/tag/v1.2.11 CVE-2019-16884 / CVE-2019-17596 https://github.com/containerd/containerd/releases/tag/v1.2.12 CVE-2019-19921 / CVE-2019-16884 / CVE-2019-11253 https://github.com/containerd/containerd/releases/tag/v1.2.13 Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
Lovro Seder authored
+ use more secure `command` instead of `shell` + read-only command doesn't change state - make idempotent + multi-line long string
-