- Feb 01, 2024
-
-
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
-
Max Gautier 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
-
-
Max Gautier authored
-
Max Gautier authored
* Download patches version automatically from a minor * Automate versions discovery for hash download * Small refactoring
-
Saber authored
-
- Jan 29, 2024
-
-
Kundan Kumar authored
-
jandres - moscardo authored
* Update upgrades.md modify env serial to have real rolling upgrades * Update upgrades.md change section for serial * Update docs/upgrades.md Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com> --------- Co-authored-by: Kundan Kumar <kundan.kumar@india.nec.com>
-
- Jan 25, 2024
-
-
Slavi Pantaleev authored
-
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
-
-
Simon Wessel authored
The old version of the script downloaded all binaries and generated file checksums locally. This was a slow process since all binaries of all architectures needed to be downloaded. The new version simply downloads the .sha256 files containing the binary checksum in text form which saves a lot of traffic and time.
-
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
-
Max Gautier authored
-
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")
-
Serge Hartmann authored
Signed-off-by: serge Hartmann <serge.hartmann@gmail.com>
-
R. P. Taylor authored
-
R. P. Taylor authored
-
my-git9 authored
Signed-off-by: xin.li <xin.li@daocloud.io>
-
Kri5 authored
In the case were vagrant is not invoked directly from the repository, but from another location, and the Vagrantfile is "included" into another, we need to be able to specify where the location of the vagrant directory is, as of now it's hardcoded relative to the Vagrantfile location. This commit fix it.
-
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.
-
Max Gautier authored
* markdown numbered lists: no need to manually maitain the numbers * add instructions to update the collection version roughly following Ansible collection maintenance guidelines (https://docs.ansible.com/ansible/latest/community/collection_contributors/collection_release_with_branches.html) * Distinguish major from minor releases in the release process * Bump current galaxy.yml version to the next release
-
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
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Jan 19, 2024
-
-
Kay Yan authored
-
Mohamed Omar Zaian authored
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- Jan 17, 2024
-
-
Kay Yan authored
-
Max Gautier authored
-
- Jan 16, 2024
-
-
Max Gautier authored
* ci: redefine multinode to node-etcd-client This should allow to catch several class of problem rather than just one -> from network plugin such as calico or cilium talking directly to the etcd. * Dynamically define etcd host range This has two benefits: - We don't play the etcd role twice for no reason - We have access to the whole cluster (if needed) to use things like group_by.
-