- Apr 16, 2024
-
-
Kay Yan authored
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
-
- Apr 15, 2024
-
-
kyrie authored
-
kyrie authored
Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
-
kyrie authored
-
- Apr 11, 2024
-
-
Barry M authored
Signed-off-by: bmelbourne <barry.melbourne0@gmail.com>
-
J authored
Upgrade Snapshot controller installed for all supported Kubernetes versions to v7.0.2. Also update the manifests used to deploy the Snapshot controller.
-
Barry M authored
Signed-off-by: bmelbourne <barry.melbourne0@gmail.com>
-
- Apr 10, 2024
-
-
Mathieu Parent authored
As upstream
-
- Apr 09, 2024
-
-
kyrie authored
Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
-
-
Sergey authored
-
- Apr 03, 2024
-
-
Robert Volkmann authored
* Prevent upgrade-ipam for host-local IPAM Otherwise, the init container upgrade-ipam would clear the state of the host-local plugin, potentially causing it to reassign IPs that are still in use. * USE_POD_CIDR required for host-local https://github.com/projectcalico/calico/blob/4efd1bfd914b0c59086531c8c5a5ac5b593c18b1/charts/calico/templates/calico-node.yaml#L279 https://github.com/projectcalico/calico/blob/4efd1bfd914b0c59086531c8c5a5ac5b593c18b1/charts/calico/templates/calico-typha.yaml#L133
-
Nicolas Goudry authored
* feat: add user facing variable with default * feat: remove rolebinding to anonymous users after init and upgrade * feat: use file discovery for secondary control plane nodes * feat: use file discovery for nodes * fix: do not fail if rolebinding does not exist * docs: add warning about kube_api_anonymous_auth * style: improve readability of delegate_to parameter * refactor: rename discovery kubeconfig file * test: enable new variable in hardening and upgrade test cases * docs: add option to config parameters * test: multiple instances and upgrade
-
- Apr 02, 2024
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Apr 01, 2024
- Mar 30, 2024
-
-
Mohamed Omar Zaian authored
-
- Mar 29, 2024
-
-
Max Gautier authored
* Move fedora ansible python install to bootstrap-os * /bin/dir is set in bootstrap-os * Removing ansible_os_family workarounds Support for these distributions was merged in Ansible, no need to override it ourselves now. https://github.com/ansible/ansible/pull/69324 openEuler https://github.com/ansible/ansible/pull/77275/ UnionTech OS Server 20 https://github.com/ansible/ansible/pull/78232/ Kylin * Don't unconditionnaly set VARIANT_ID=coreos in os-release WTF, this is so wrong. Furthermore, is_fedora_coreos is already handled in boostrap-os * Handle Clearlinux generically Followup of 4eec302e (since we're using package module anyway, let's get rid of the custom task)
-
- Mar 28, 2024
-
-
itayporezky authored
-
- Mar 27, 2024
-
-
Mohamed Omar Zaian authored
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
Max Gautier authored
* Remove leftover files for Coreos Coreos was replaced by flatcar in 058438a2 but the file was copied instead of moved. * Remove workarounds for resolved ansible issues * boostrap: Use first_found to include per distro Using directly ID and VARIANT_ID with first_found allow for less manual includes. Distro "families" are simply handled by symlinks. * boostrap: don't set ansible_python_interpreter - Allows users to override the chosen python_interpreter with group_vars easily (group_vars have lesser precedence than facts) - Allows us to use vars at the task scope to use a virtual env Ansible python discovery has improved, so those workarounds should not be necessary anymore. Special workaround for Flatcar, due to upstream ansible not willing to support it.
-
- Mar 25, 2024
-
-
kyrie authored
Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
-
- Mar 23, 2024
-
-
David authored
-
- Mar 22, 2024
-
-
Tom M authored
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Mar 15, 2024
-
-
Gary Miguel authored
-
Max Gautier authored
-
- Mar 14, 2024
-
-
Max Gautier authored
Should make it easier to understand what's going on when testing locally and in CI.
-
Max Gautier authored
-
Max Gautier authored
* upgrade ansible version Needed for with_first_found to work correctly: https://github.com/ansible/ansible/issues/70772 fixed in 2.16 * Remove unused google cloud cloud_playbook * Fix dpkg_selection on non-existing packages Needed since ansible-core>2.16, see: https://github.com/ansible/ansible/commit/f10d11bcdc54c9b7edc0111eb38c59a88e396d0a
-
- Mar 11, 2024
-
-
ABW authored
* feat/add default ingress-nginx service feat/add default ingress-nginx service feat/add default ingress-nginx service feat/add default ingress-nginx service * fix/ingress selector typo
-
Clement Phu authored
-
Max Gautier authored
-
Arthur Outhenin-Chalandre authored
* scripts: ignore download_hash download failures Binary names on github releases often change and this script might break because of that, this commit allow to ignore these failures as a mean to be able to run the script anyway. Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * scripts: use sha256sums for crio as well Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * scripts: add ppc64le support for crio Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr> --------- Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
Arthur Outhenin-Chalandre authored
The new version brings the following improvements: - remove having to resort to python python to limit tags (it it slower than the sh equivalent as python has a somewhat significant startup time). - Introduce a concept of min version so that it can only get Kubernetes version supported by Kubespray. - Fix an issue with kata changing their file scheme (the arch specifically) - Now download sha256/sha256sum files if provided rather than downloading the full file and computing the hash - A few minor style tweaks Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr.fr>
-
Ricky Kwan authored
-
Noam authored
* update checksum for crio 1.29.1 * update crio bin's names * crio_conmon for 1.29 * remove unrequired change
-
- Mar 10, 2024
-
-
Mohamed Omar Zaian authored
-
- Mar 07, 2024
-
-
joy717 authored
-