Ricky Kwan
69bf6639f3
Fix typo in selector ( #10994 )
8 months ago
Noam
c275b3db37
update checksum for crio 1.29.1 ( #10952 )
* update checksum for crio 1.29.1
* update crio bin's names
* crio_conmon for 1.29
* remove unrequired change
8 months ago
Mohamed Omar Zaian
66eaba3775
[calico] Add hashes and make v3.27.2 default ( #10960 )
8 months ago
joy717
44950efc34
fix ssh_args in ansible.cfg no effect ( #10981 )
8 months ago
Kay Yan
90b0151caf
support node feature discovery ( #10861 )
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
8 months ago
Clement Phu
04e40f2e6f
Add configuration to create cilium CNI plugin file when cilium>=1.14.0 ( #10966 )
8 months ago
Clement Phu
7a9def547e
Upgrade Helm to v3.14.2 ( #10967 )
8 months ago
Kay Yan
4317723d3c
cleanup-for-2.24.1 ( #10962 )
8 months ago
Ludovic Logiou
26034b296e
Bump cinder-csi version and switch container registry ( #10894 )
* 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>
8 months ago
jaszil
e250bb65bb
[Terraform-Openstack] Add optional Octavia loadbalancer for Master Nodes ( #10924 )
* terraform-openstack add optional master lb
* remove unnecessary spaces
* remove unnecessary spaces
* fix ci warnings
9 months ago
Max Gautier
12c8d0456f
Move perma failing jobs in CI to manual run ( #10886 )
Should free CI resources
9 months ago
Max Gautier
667bb2c913
Remove holmsten from approver (contrib/terraform) ( #10936 )
As they're no longer in kubernetes-sigs org.
9 months ago
Max Gautier
d40b073f97
Add extra_vars support to vagrant setup ( #10932 )
9 months ago
Ricky Kwan
5d822ad8cb
Support overriding cni directory owner ( #10929 )
9 months ago
Max Gautier
4a259ee3f0
Remove mirwan from approvers ( #10930 )
Since they are no longer in the kubernetes-sigs organization, they can
no longer be assigned PR to approve.
9 months ago
Alin Dragomir
b34b7e0385
Add new OpenStack Cloud for terraform ( #10910 )
9 months ago
ABW
a0d2bda742
feat/add default ingress-nginx service ( #10925 )
feat/add default ingress-nginx service
feat/add default ingress-nginx service
feat/add default ingress-nginx service
9 months ago
Max Gautier
c13b21e830
Explicit private/public nature of `*ip` vars ( #10904 )
9 months ago
R. P. Taylor
9442f28c60
do not disable SELinux surreptitiously ( #10920 )
9 months ago
anders-elastisys
8fa5ae1865
bin: improve manage-offline-container-images script ( #10857 )
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).
9 months ago
Max Gautier
65b0604db7
download: Remove deleted kubeadm config field ( #10931 )
9 months ago
Mohamed Omar Zaian
082ac10fbb
[kubernetes] Add hashes for kubernetes 1.29.2, 1.28.7, 1.27.11 ( #10919 )
9 months ago
Radek Smid
8d5091a3f7
fix: Kubelet not starting because of non-existent feature gate ( #10448 )
9 months ago
Max Gautier
b60220c597
Update almalinux-8 base image to 8.9 ( #10918 )
Should fix GPG errors in CI
9 months ago
Max Gautier
bf42ccee4e
Fix ingress-nginx controller election ( #10913 )
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>
9 months ago
Kundan Kumar
bfbb3f8d33
updated ingress controller version ( #10868 )
9 months ago
Arthur Rahmangulov
250b80ee7c
Fixed typos in inventory/sample/group_vars/k8s_cluster ( #10911 )
9 months ago
Max Gautier
ffda3656d1
Enable containerd 'discard_unpacked_layers' by default ( #10905 )
* containerd: Remove redundant 'default' filters
* containerd: enable 'discard_unpacked_layers' by default
This should help with containerd disk usage
9 months ago
Max Gautier
f5474ec6cc
Don't try to set permissions recursively on cache+staging directory ( #10900 )
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).
9 months ago
Max Gautier
ad9f194c24
Adjust galaxy.yml ( #10906 )
9 months ago
Max Gautier
ef7197f925
Use run_once for checking ansible version instead of localhost ( #10908 )
The `assert` module does not connect to the host anyway, and this avoids
skipping the assert when running with --limit.
9 months ago
Max Gautier
9648300994
Add test for coredns_dual in CI ( #10903 )
9 months ago
Max Gautier
4b0a134bc9
Only download kubeadm images where needed ( #10899 )
* 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
9 months ago
flxbwr
ad565ad922
Fix waiting for MetalLB controller ( #10858 )
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.
9 months ago
Oliver Larsson
65e22481c6
Remove documentation for removed in-tree openstack provider ( #10889 )
9 months ago
Max Gautier
6f419aa18e
Revert "implement download mirrors support ( #8474 )" ( #10884 )
This reverts commit c6e5314fab
.
There is no user of the download mirrors support in kubespray, for a
long time.
9 months ago
anders-elastisys
c698790122
add nat_outgoing_ipv6 to calico defaults and docs ( #10866 )
9 months ago
Max Gautier
de4d6a69ee
Make more fields mandatory in bug report template ( #10883 )
-> to make people actually give us the information we need
9 months ago
Gianmarco Mameli
989ba207e9
task description modified ( #10875 )
9 months ago
Max Gautier
f2bdd4bb2f
Fix logical error when checking for boostrap-os ( #10867 )
Also remove some clutter along the way.
9 months ago
raviranjan
200b630319
Adding egress IPv6 for node-local-dns queries
1 year ago
Max Gautier
21289db181
Cleanup main OWNERS file ( #10848 )
Remove inactive reviewers / move inactive approvers to emeritus
9 months ago
Kay Yan
c9a44e4089
make docker 24.0 default ( #10873 )
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
9 months ago
kyrie
0dbde7536f
make containerd 1.7.12 default and upgrade runc to v1.1.11 ( #10862 )
Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
9 months ago
Victor Login
8d53c1723c
bump coredns version to 1.11.1 ( #10719 )
* update version coredns 1.11.1
* Update roles/kubespray-defaults/defaults/main/download.yml
Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com>
---------
Co-authored-by: Mohamed Omar Zaian <mohamedzaian@gmail.com>
9 months ago
Mohamed Omar Zaian
dce68e6839
[feat] Update metrics server to v0.7.0 ( #10856 )
9 months ago
Max Gautier
11c01ef600
docs: vagrant-libvirt is tested in CI ( #10847 )
9 months ago
Takuya Murakami
785366c2de
[kubernetes] Support kubernetes 1.29 ( #10820 )
* [kubernetes] Make kubernetes 1.29.1 default
* [cri-o]: support cri-o 1.29
Use "crio status" instead of "crio-status" for cri-o >=1.29.0
* Remove GAed feature gates SecCompDefault
The SecCompDefault feature gate was removed since k8s 1.29
https://github.com/kubernetes/kubernetes/pull/121246
9 months ago
Max Gautier
e3ea19307a
Doc clarification: skipping patches releases is OK ( #10850 )
9 months ago
Max Gautier
ee8b909a67
Download hash script: auto discover versions ( #10849 )
* Download patches version automatically from a minor
* Automate versions discovery for hash download
* Small refactoring
9 months ago