- Mar 03, 2024
-
-
Clement Phu authored
-
- Feb 28, 2024
-
-
Clement Phu 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 19, 2024
-
-
Ricky Kwan authored
-
ABW authored
feat/add default ingress-nginx service feat/add default ingress-nginx service feat/add default ingress-nginx service
-
- Feb 18, 2024
-
-
R. P. Taylor authored
-
- Feb 16, 2024
-
-
Max Gautier authored
-
Mohamed Omar Zaian authored
-
- 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
-
- 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).
-
- Feb 08, 2024
-
-
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.
-
Max Gautier authored
This reverts commit c6e5314f. There is no user of the download mirrors support in kubespray, for a long time.
-
anders-elastisys authored
-
- Feb 05, 2024
-
-
Gianmarco Mameli authored
-
Max Gautier authored
Also remove some clutter along the way.
-
Kay Yan authored
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
-
- Feb 01, 2024
-
-
kyrie authored
Signed-off-by: KubeKyrie <shaolong.qin@daocloud.io>
-
Victor Login authored
* 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>
-
- Jan 31, 2024
-
-
Mohamed Omar Zaian authored
-
Takuya Murakami authored
* [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
-
- Jan 30, 2024
-
-
Saber authored
-
- Jan 25, 2024
-
-
Ugur Can Ozturk authored
* [apiserver-kubelet/tracing]: add distributed tracing config flags Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com> * [apiserver-kubelet/tracing]: add distributed tracing config flags - fix Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com> * [apiserver-kubelet/tracing]: add distributed tracing config flags - fix Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com> --------- Signed-off-by: Ugur Ozturk <ugurozturk918@gmail.com>
-
- Jan 24, 2024
-
-
kimsehwan96 authored
- Fix 'Set fact joined_control_panes' into 'Set fact joined_control_planes'
-
Max Gautier authored
Handle all old dns domains: - for nodelocaldns: in the same server block as the current dns_domain - for coredns: uffix rewrite of each of the old dns domains to the current one
-
- Jan 23, 2024
-
-
Maxime Leroy authored
Signed-off-by: Maxime Leroy <19607336+maxime1907@users.noreply.github.com>
-
Daniel Strufe authored
* Update huaweicloud controller to 0.26.6 See <https://github.com/kubernetes-sigs/cloud-provider-huaweicloud/compare/v0.26.3...v0.26.6> * Update huaweicloud sample to use 0.26.6
-
Louis Tu authored
Signed-off-by: tu1h <lihai.tu@daocloud.io>
-
- Jan 22, 2024
-
-
Max Gautier authored
-
yun authored
-
Alexander authored
* Enable configuring mountOptions, reclaimPolicy and volumeBindingMode for cinder-csi StorageClasses * Check if class.mount_options is defined at all, before generating the option list
-
Max Gautier authored
Also remove redundant check in the kubelet config template (we define a default, so the setting will always be "true")
-
my-git9 authored
Signed-off-by: xin.li <xin.li@daocloud.io>
-
Yuhao Zhang authored
* ignore_unreachable for etcd dir cleanup ignore_errors ignores errors occur within "file" module. However, when the target node is offline, the playbook will still fail at this task with node "unreachable" state. Setting "ignore_unreachable: true" allows the playbook to bypass offline nodes and move on to proceed recovery tasks on remaining online nodes. * Re-arrange control plane recovery runbook steps * Remove suggestion to manually update IP addresses The suggestion was added in 48a18284 4 years ago. But a new task added 2 years ago, in ee0f1e9d, automatically update API server arg with updated etcd node ip addresses. This suggestion is no longer needed.
-
Noam authored
* crictl allow setting different grace period for stop containers and pods * correct grace period location
-
kyrie authored
-
Takuya Murakami authored
* Add hashes of crictl and crio * Add versions of etcd, crictl, crio and csi-snapshotter
-
- Jan 19, 2024
-
-
Mohamed Omar Zaian authored
-