- Sep 06, 2024
-
-
Bogdan Sass authored
K8s is moving away from the "master" terminology, so kubespray should follow the same naming conventions. See https://github.com/kubernetes/community/blob/65d886bb3029e73d9729e1d4f27422a7985233ed/sig-architecture/naming/recommendations/001-master-control-plane.md
-
- Sep 05, 2024
-
-
Max Gautier authored
Working symlinks are dependant on git configuration (when using the playbook as a git repository, which is common), precisely `git config core.symlinks`. While this is enabled by default, some company policies will disable it. Instead, use import_tasks which should avoid that class of bugs.
-
Max Gautier authored
* Simplify docker systemd unit systemd handles missing unit by ignoring the dependency so we don't need to template them. * Remove RHEL 7/CentOS 7 support - remove ref in kubespray roles - move CI from centos 7 to 8 - remove docs related to centos7 * Remove container-storage-setup Only used for RHEL 7 and CentOS 7
-
刘旭 authored
-
- Sep 02, 2024
-
-
Max Gautier authored
systemd ignores unknown keys (with a warning) so version checking is not necessary. There is no rationale for excluding it from ostree systems either.
-
- Sep 01, 2024
-
-
Jongwoo Han authored
Signed-off-by:
Jongwoo Han <jongwooo.han@gmail.com>
-
- Aug 31, 2024
-
-
ChengHao Yang authored
* Feat: add Gateway API CRDs installation Signed-off-by:
ChengHao Yang <17496418+tico88612@users.noreply.github.com> * Feat: add Gateway API CRDs variable in inventory Signed-off-by:
ChengHao Yang <17496418+tico88612@users.noreply.github.com> --------- Signed-off-by:
ChengHao Yang <17496418+tico88612@users.noreply.github.com>
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- Aug 30, 2024
-
-
Kay Yan authored
-
- Aug 29, 2024
-
-
Lihai Tu authored
Signed-off-by:
tu1h <lihai.tu@daocloud.io>
-
Ehsan Golpayegani authored
* make calico api server manifest backward compatible with version older than 3.27.3 Add 3.28.1 checksums Add 3.28.0 checksums Change default version to 3.27.3 * change default calico version to 3.28.1 * Set mount type to DirectoryOrCreate for hostPath needed by Calico
-
Kay Yan authored
-
Takuya Murakami authored
We can't mix some options with --config for kubeadm upgrade. The --config on upgrade is deprecated, and should be removed.
-
- Aug 28, 2024
-
-
Selçuk Arıbalı authored
-
Max Gautier authored
-
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
-
- Aug 26, 2024
-
-
kyrie authored
Signed-off-by:
KubeKyrie <shaolong.qin@daocloud.io>
-
- Aug 21, 2024
-
-
Lola Delannoy authored
* chore(containerd): add some config debug options See: https://github.com/containerd/containerd/blob/v1.7.15/docs/man/containerd-config.toml.5.md * chore(containerd): add CRI config options See: https://github.com/containerd/containerd/blob/v1.7.15/docs/man/containerd-config.toml.5.md See: https://github.com/containerd/containerd/blob/v1.7.15/docs/cri/config.md
-
- Aug 19, 2024
-
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
kokyhm authored
-
- Aug 15, 2024
-
-
Ho Kim authored
-
Mengxin Liu authored
Signed-off-by:
Mengxin Liu <liumengxinfly@gmail.com>
-
- Aug 14, 2024
-
-
Ho Kim authored
-
- Aug 11, 2024
-
-
Selçuk Arıbalı authored
* fix: use super-admin.conf for kube-vip when it exists * Mathieu Parent add as co-author Co-authored-by:
Mathieu Parent <math.parent@gmail.com> * template change for readability * fix lint error --------- Co-authored-by:
Mathieu Parent <math.parent@gmail.com>
-
- Aug 10, 2024
-
-
Cyclinder authored
-
- Aug 06, 2024
-
-
Not Darko authored
fix task failure: TASK [kubernetes-apps/network_plugin/multus : Multus | Start resources] ************************************************ fatal: [hfal12k8n1 -> {{ groups['kube_control_plane'][0] }}]: FAILED! => {"msg": "Error in jmespath.search in json_query filter plugin:\n'ansible.vars.hostvars.HostVarsVars object' has no attribute 'multus_manifest_2'"}
-
Slavi Pantaleev authored
Fixes https://github.com/kubernetes-sigs/kubespray/issues/10947 This patch aims to be minimal and intentionally: - does not change the generation logic for `supersede_domain` and `supersede_search` - does not change how `nameserverentries` (for NetworkManager) is built It seems like `nameserverentries` in the "Generate nameservers for resolvconf, including cluster DNS" task is built the same way as `dhclient_supersede_nameserver_entries_list`. However, `nameserverentries` in the "Generate nameservers for resolvconf, not including cluster DNS" task (below) is built differently for some reason. It includes `configured_nameservers` as well. Due to these differences, I have refrained from reusing the same building logic (`dhclient_supersede_nameserver_entries_list`) for both. If the `configured_nameservers` addition can be removed or made to apply to dhclient as well, we could potentially build a single list and then generate the `nameserverentries` and `supersede_nameserver` strings from it.
-
Injun Baeg authored
-
- Aug 05, 2024
-
-
kyrie authored
Signed-off-by:
KubeKyrie <shaolong.qin@daocloud.io>
-
Mohamed Omar Zaian authored
-
- Aug 01, 2024
-
-
James authored
-
Sanyam Shah authored
Made corrections in Indentation at L658 which causes kubespray execution failed with YAML to Json conversion. #11356
-
- Jul 31, 2024
-
-
Mohamed Omar Zaian authored
-
- Jul 29, 2024
-
-
Erwan Miran authored
* Make netchecker log levels configurable * use ETCD_LOG_LEVEL
-
tu1h authored
Signed-off-by:
tu1h <lihai.tu@daocloud.io>
-
- Jul 26, 2024
-
-
R. P. Taylor authored
-
Ugur Can Ozturk authored
Signed-off-by:
Ugur Ozturk <ugurozturk918@gmail.com>
-
Tom M. authored
-