- Nov 15, 2024
-
-
Max Gautier authored
* kubeadm: do not ignore preflight errors blindly The "ignoring all errors" seems to date back to the inception of the kubeadm support (it was --skip-preflight-check before). This can mask real errors and prevent users from seeing them. Do not ignore any errors by default and make the set of ignored errors configurable. * download/kubeadm: remove redundant task The mode is already set by the previous `copy` task. * Validate kubeadm configs This should help to fail early when we have invalid kubeadm configs (from a kubespray bug or a misconfiguration). * kubeadm-upgrade: remove unnecessary bool cast * Convert kubeadm join discovery timeout to v1beta4 config * CI: Ignore kubeadm:Mem errors on some setup.
-
- Nov 05, 2024
-
-
ChengHao Yang authored
Currently there is not much difference between the files, if there are more changes in the future, please use different files to distinguish them (you can use the kubeadm_config_api_version variable) Signed-off-by:
ChengHao Yang <17496418+tico88612@users.noreply.github.com>
-
- Nov 04, 2024
-
-
Dmitry Chistyakov authored
-
- Oct 14, 2024
-
-
Alexander authored
-
- Sep 21, 2024
-
-
Max Gautier authored
Testing for group membership with group names makes Kubespray more tolerant towards the structure of the inventory. Where 'inventory_hostname in groups["some_group"] would fail if "some_group" is not defined, '"some_group" in group_names' would not.
-
- Aug 28, 2024
-
-
Max Gautier authored
We explicitly check for equality so customizing kubeadm_version does not work at the moment. Use only one variable instead.
-
Vlad Korolev authored
Consistent boolean values in ansible playbooks
-
- Jul 26, 2024
-
-
Bas authored
Signed-off-by:
Bas Meijer <bas.meijer@enexis.nl>
-
- Apr 29, 2024
-
-
Max Gautier authored
This reverts commit 4b0a134b. The mentionned PR break scale.yml. This goes back to the status quo until a proper fix can be provided, at which point we'll reapply the PR.
-
- Feb 16, 2024
-
-
Max Gautier authored
-
- Feb 09, 2024
-
-
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
-
-
Max Gautier authored
This reverts commit c6e5314f. There is no user of the download mirrors support in kubespray, for a long time.
-
- Feb 05, 2024
-
-
Gianmarco Mameli authored
-
- Jan 04, 2024
-
-
Romain authored
* Fix download retry when get_url has no status_code. * Fix until clause in download role.
-
- Dec 11, 2023
-
-
Max Gautier authored
* Decouple role kubespray-defaults from download Avoids doing re-importing the download role on every invocation of kubespray-defaults (and skipping everything). This has a measurable effect on playbook performance. * Update docs refering to moved download defaults
-
- Dec 06, 2023
-
-
Mohamed Omar Zaian authored
-
- Dec 05, 2023
-
-
Kay Yan authored
Signed-off-by:
Kay Yan <kay.yan@daocloud.io>
-
Kay Yan authored
-
- Nov 29, 2023
-
-
Mohamed Omar Zaian authored
-
chansuke authored
-
- Nov 24, 2023
-
-
Mohamed Omar Zaian authored
-
- Nov 09, 2023
-
-
Mohamed Omar Zaian authored
-
- Nov 03, 2023
-
-
Mohamed Omar Zaian authored
-
- Nov 02, 2023
-
-
Boris Barnier authored
Signed-off-by:
Boris Barnier <bozzo@users.noreply.github.com>
-
Mohamed Omar Zaian authored
-
- Oct 30, 2023
-
-
chansuke authored
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
- Oct 20, 2023
-
-
Mohamed Omar Zaian authored
-
- Oct 17, 2023
-
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
- Oct 12, 2023
-
-
Mohamed Omar Zaian authored
-
- Sep 29, 2023
-
-
Mohamed Omar Zaian authored
-
- Sep 26, 2023
-
-
Majid Garoosi authored
-
qlijin authored
-