- Mar 15, 2024
-
-
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 12, 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
-
- Mar 11, 2024
-
-
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
-
- Mar 05, 2024
-
-
Kay Yan authored
Signed-off-by:
Kay Yan <kay.yan@daocloud.io>
-
- Mar 03, 2024
-
-
Clement Phu authored
-
- Feb 28, 2024
-
-
Clement Phu authored
-
- Feb 27, 2024
-
-
Kay Yan authored
-
- Feb 22, 2024
-
-
Ludovic Logiou authored
* Bump cinder-csi version and switch container registry Signed-off-by:
Ludovic Logiou <ludovic.logiou@gmail.com> * Update roles/kubespray-defaults/defaults/main/download.yml Co-authored-by:
Mohamed Omar Zaian <mohamedzaian@gmail.com> --------- Signed-off-by:
Ludovic Logiou <ludovic.logiou@gmail.com> Co-authored-by:
Mohamed Omar Zaian <mohamedzaian@gmail.com>
-
- Feb 20, 2024
-
-
jaszil authored
* terraform-openstack add optional master lb * remove unnecessary spaces * remove unnecessary spaces * fix ci warnings
-
- Feb 19, 2024
-
-
Max Gautier authored
Should free CI resources
-
Max Gautier authored
As they're no longer in kubernetes-sigs org.
-
Max Gautier authored
-
Ricky Kwan authored
-
Max Gautier authored
Since they are no longer in the kubernetes-sigs organization, they can no longer be assigned PR to approve.
-
Alin Dragomir authored
-
ABW authored
feat/add default ingress-nginx service feat/add default ingress-nginx service feat/add default ingress-nginx service
-
Max Gautier authored
-
- Feb 18, 2024
-
-
R. P. Taylor authored
-
anders-elastisys authored
Fixes bug for retrieving images with tags containing image digests. Script now gets images from jobs and cronjobs as well. New env variable DESTINATION_REGISTRY to push to another registry instead of local registry. New env variable IMAGES_FROM_FILE to pull images listed in a file instead of getting images from a running k8s environment. New env variable REGISTRY_PORT to override port (default is 5000).
-
- Feb 16, 2024
-
-
Max Gautier authored
-
Mohamed Omar Zaian authored
-
Radek Smid authored
-
Max Gautier authored
Should fix GPG errors in CI
-
- Feb 12, 2024
-
-
Max Gautier authored
Under the original code, leader election failed for ingress controllers as a result of mismatch between election-id in the controller config, and the resourceName in the relevant rule of role 'ingress-nginx'. This appeared in the controller logs. To fix the issue, a command-line option was added to container execution (--election-id=...). Now, the election-id agrees with the resourceName provided in the role-ingress-nginx.yml file. A comment in that file was changed to reflect the new logic. Co-authored-by:
Vasilis Samoladas <vsam@softnet.tuc.gr> Co-authored-by:
Mohamed Omar Zaian <mohamedzaian@gmail.com>
-
Kundan Kumar authored
-
Arthur Rahmangulov authored
-
- Feb 09, 2024
-
-
Max Gautier authored
* containerd: Remove redundant 'default' filters * containerd: enable 'discard_unpacked_layers' by default This should help with containerd disk usage
-
Max Gautier authored
This should avoid permissions problems when the user creating the directory and the user creating the content are different (when containers images are saved by root for instances, because the user can't use the container runtime).
-
Max Gautier authored
-
Max Gautier authored
The `assert` module does not connect to the host anyway, and this avoids skipping the assert when running with --limit.
-