- Mar 12, 2024
-
-
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.
-
- Feb 08, 2024
-
-
Max Gautier authored
-
Max Gautier authored
* Refactor of kubeadm images listing Instead of setting multiples facts, we directly create the dict we need from kubeadm output. * Remove useless 'default' filters in roles/download * Only download kubeadm images where needed
-
- Feb 06, 2024
-
-
flxbwr authored
The current state waiting method is bad to implement. When changing the deployment version, which is execute with the upgrade_cluster in the previous ansible task: "Kubernetes Apps | Install and configure MetalLB", next ansible task: "Kubernetes Apps | Wait for MetalLB controller to be running" may fall with an error.
-
Oliver Larsson authored
-
Max Gautier authored
This reverts commit c6e5314f. There is no user of the download mirrors support in kubespray, for a long time.
-