- Oct 15, 2021
-
-
efrikin authored
* Add molecule tests for bastion-ssh-config * Add molecule tests for adduser * Update .gitignore
-
- Oct 14, 2021
-
-
Olivier Levitt authored
-
Mohamed Zaian authored
-
- Oct 12, 2021
-
-
Cristian Calin authored
* cert-manager: update to 1.5.4 * cert-manager: remove outdated guidelines on creating an initial ClusterIssuer
-
Max Gautier authored
If the etcd cluster is separate and the etcd_deployment_type is "host", there is no need for a container engine on the etcd nodes Do not rely on a 'default(true)' filter, but define a proper default in kubespray-defaults depending on etcd deployment method and if internal or external etcd is used
-
- Oct 11, 2021
-
-
rtsp authored
-
Necatican Yıldırım authored
* Add kubeadm_join_phases_skip variable * Update kubeadm_join_phases_skip comment Co-authored-by: Cristian Calin <6627509+cristicalin@users.noreply.github.com> * Add kubeadm_join_phases_skip_default variable to follow the same logic with kubeadm_init_phases_skip Co-authored-by: Cristian Calin <6627509+cristicalin@users.noreply.github.com>
-
Maciej Wereski authored
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
-
Rene Luria authored
cinder_csi_rescan_on_resize
-
- Oct 08, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Oct 07, 2021
-
-
Cristian Calin authored
-
Fredrik Liv authored
-
Maxim Pogozhiy authored
-
Florian Ruynat authored
-
- Oct 05, 2021
-
-
Rene Luria authored
* After upgrade, allow cilium to be back before uncordoning * add eol * use kube_config_dir variable resolves https://github.com/kubernetes-sigs/kubespray/pull/7978#discussion_r721685549
-
Ilya Margolin authored
to remove deprecation warning: > Flag --feature-gates has been deprecated, This parameter should be set via the config file specified by the Kubelet's --config flag.
-
- Oct 04, 2021
-
-
Orhun Parmaksız authored
-
- Oct 01, 2021
-
-
Iago Santos authored
Closes https://github.com/kubernetes-sigs/kubespray/issues/8028 Signed-off-by: Iago Santos <iago.santos.pardo@adfinis.com>
-
- Sep 30, 2021
-
-
rtsp authored
Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
-
- Sep 29, 2021
-
-
Cristian Calin authored
* gVisor: bump release to 20210921 version * gVisor: drop support for 20210518.0 version
-
Olivier Lemasle authored
ruamel.yaml.clib did not build with the upcoming Python 3.10. Cf. https://sourceforge.net/p/ruamel-yaml-clib/tickets/5/ ruamel.yaml.clib==0.2.4 fixes the issue. It does not work with Python 3.7 (cf https://sourceforge.net/p/ruamel-yaml-clib/tickets/6/) but currently Kubespray requires Python >= 3.9.
-
Peter Pan authored
-
- Sep 28, 2021
-
-
Nicolas Goudry authored
* Fix invalid link to Ansible documentation * Fix invalid link to mitogen doc page * Fix invalid link to calico doc page * Fix all invalid links to doc pages
-
Frank Filippone authored
-
Kenichi Omichi authored
The addon-resizer container can reduce resource limits of cpu and memory of metrics-server container in the pod, and that caused OOMKilled. In addition, the original metrics-server manifest doesn't contain the addon-resizer container as [1]. So this adds metrics_server_resizer option to control the addon-resizer container deployment and the default value is false to make it stable for most environments. [1]: https://github.com/kubernetes-sigs/metrics-server/blob/527679e5e8a103919c935d0575c20741796bc25d/manifests/base/deployment.yaml
-
Marcos Lorenzo authored
-
- Sep 27, 2021
-
-
David Louks authored
* check if 'plugins' key exists in calico_cni_config object * fix whitespace linting error * fixed when list indentation
-
Victor Morales authored
-
Kenichi Omichi authored
If using proxy, it is necessary to configure it before running "subscription-manager status" command. This adds the step.
-
Kenichi Omichi authored
"allowPrivilegeEscalation: false" blocks deploying metrics-server on CentOS7. In addition, the original metrics-server manifest doesn't contain it as [1]. This removes it. [1]: https://github.com/kubernetes-sigs/metrics-server/blob/527679e5e8a103919c935d0575c20741796bc25d/manifests/base/deployment.yaml
-
Victor Morales authored
-
Cristian Calin authored
* Kata-Containers: add 2.2.0 hashes and make default * Kata-Containers: replace 2.1.0 with bugfix version 2.1.1 * Kata-Containers: move to q35 a more modern VM architecture as 'pc' is removed in 2.2.0
-
Florian Ruynat authored
-
Hugo Blom authored
-
- Sep 24, 2021
-
-
Cristian Calin authored
* Sample-Inventory: add sample for calico_bpf_enabled * Calico-Doc: note about CONFIG_NET_SCHED for eBPF support * CI: Add Calico eBPF in HA mode test
-
rtsp authored
Kubespray deployment failed when using containerd backend on nodes that apparmor was not installed or previously removed. This PR ensure apparmor is installed by adding it into required_pkgs var.
-
Kenichi Omichi authored
When not specifying disable_service_firewall, the task is failed. This adds the definition check.
-
- Sep 23, 2021
-
-
Maxim Pogozhiy authored
-