- Mar 13, 2020
-
-
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
-
Hugo Blom authored
* Added playbook to migrate openstack cloud provider * remove old cloud provider config * Rewrite provisioned-by annotation on Cinder PVs * update indents Co-authored-by: Jonathan Süssemilch Poulain <jonathan@sofiero.net>
-
Hugo Blom authored
* run external cloud provider setup during upgrade * change name of taskt to better reflect what it does * fix typo
-
Hugo Blom authored
* add documentation for how to upgrade to the new external cloud provider * add migrate_openstack_provider playbook * fix codeblock syntax highligth * make docs for migrating cloud provider better * update grammar * fix typo * Make sure the code is correct markdown * remove Fenced code blocks * fix markdown syntax * remove extra lines and fix trailing spaces
-
- Mar 10, 2020
- Mar 09, 2020
-
-
dependabot[bot] authored
Bumps [ansible](https://github.com/ansible/ansible) from 2.7.12 to 2.7.16. - [Release notes](https://github.com/ansible/ansible/releases) - [Commits](https://github.com/ansible/ansible/compare/v2.7.12...v2.7.16 ) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- Mar 07, 2020
-
-
Vicenç Juan Tomàs Montserrat authored
-
- Mar 06, 2020
-
-
Maxime Guyot authored
-
roc authored
-
Jakub Husák authored
* Make etcdctl connect to localhost out of the box * etcdctl envs: use admin-.pem instead of member-.pem
-
- Mar 05, 2020
-
-
Kubernetes Prow Robot authored
* download file * download containers * fix push image to nodes * pull if none image on host * fix * improve docker image tag checks. do not pull already cached images * rebase fix merge conflict * add support download_run_once when upgrade and scale cluster add some test with download_run_once * set default values to temp flag for every download cycle * add save,load abilty for containerd and crio when download_run_once=true * return redefine image save/load command to set_docker_image_facts.yml * move set command to set_container_facts * ctr in containerd_bin_dir * fix order of ctr image export arguments * temporary disable download_run_once for containerd and crio due https://github.com/containerd/containerd/issues/4075 * remove unused files * fix strict yaml linter warning and errors * refactor logical conditions to pull and cache container images * remove comment due lint check * document role * remove image_load_on_localhost, because cached images are always loaded to docker on remote sites * remove XXX from debug output
-
Kubernetes Prow Robot authored
Ref: kubernetes/kubeadm/issues/2051 See: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/kubernetes-sig-release/ew-k9PEBckQ/T7dFepHdCAAJ Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Kubernetes Prow Robot authored
-
Kubernetes Prow Robot authored
* Add metrics exporting in containerd config * Add containerd.yml with containerd configuration example to the sample group_vars
-
- Mar 04, 2020
-
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Mar 03, 2020
-
-
Steven Reitsma authored
-
Steven Reitsma authored
-
- Mar 02, 2020
-
-
Hugo Blom authored
-
- Feb 28, 2020
-
-
Sergey authored
exists role kubernetes/preinstall and not exists role container-engine error 'yum_repo_dir' is undefined
-
- 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.
-
Steven Reitsma authored
- Add support for manage-security-groups flag - Add support for internal-lb flag
-
- Feb 26, 2020
-
-
Hugo Blom authored
* make cinder csi topology aware * change feature description do better reflect whats being done * remove sameas true since it isn't required
-
Nguyen Hai Truong authored
Although it is spelling mistakes, it might make affect while reading. Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
Moritz Graf authored
-
Qingkun Li authored
When kube-router is used as cni, rules might be added to the mangle table to support external IPs. Therefore, mangle table should be flushed during reset as well.
-
Sergey authored
-
- Feb 24, 2020
-
-
Hugo Blom authored
-