- Oct 05, 2021
-
-
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 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 28, 2021
-
-
Marcos Lorenzo authored
-
- Sep 27, 2021
-
-
Victor Morales authored
-
- Sep 24, 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 23, 2021
-
-
Kenichi Omichi authored
The path of kubeconfig should be configurable, and its default value is /etc/kubernetes/admin.conf. Most paths of the file are configurable but some were not. This make those configurable.
-
- Sep 22, 2021
-
-
Cristian Calin authored
and kubelet_shutdown_grace_period_critical_pods as ansible cannot do sane time interval calculations
-
- Sep 21, 2021
-
-
Wang Zhen authored
Signed-off-by: Wang Zhen <lazybetrayer@gmail.com>
-
- Sep 20, 2021
-
-
Cristian Calin authored
* Calico: make calico_min_version check relevant * Calico: only check currently installed version against the oldest supported version by the previous release
-
- Sep 17, 2021
-
-
Hari Hud authored
Add option to kubeadm upgrade command to control certificates renewal during control plane upgrade (#7976) * Add option to kubeadm upgrade command to control certificates renewal during control plane upgrade * Remove training whitespace
-
- Sep 15, 2021
-
-
Samuel Liu authored
-
- Sep 14, 2021
-
-
rtsp authored
On Debian 11, `ipset` just recommend `iptables` so on the system that apt is configured with `APT::Install-Recommends "0";` iptables will not install automatically.
-
- Sep 07, 2021
-
-
Cristian Calin authored
* Feature DynamicKubeletConfig is deprecated in 1.22 and will not move to GA * Add check for dynamic_kubelet_configuration with kube >= 1.22
-
- Aug 30, 2021
-
-
rtsp authored
- Use python3-apt instead because python-apt was removed in Debian 11 - Add gnupg (fix "container-engine/containerd : ensure containerd repository public key is installed" task failed) - Remove aufs-tools Signed-off-by: rtsp <git@rtsp.us>
-
- Aug 28, 2021
-
-
Cristian Calin authored
* Fedora and RHEL use etc_t and the convention is <type_name>_t * Docs: specify all values for preinstall_selinux_state * CI: Add Fedora 34 with SELinux in enforcing mode
-
- Aug 11, 2021
-
-
Daniil Muidinov authored
-
- Jul 30, 2021
-
-
Smita Srivastava authored
-
- Jul 21, 2021
-
-
cola-zero authored
-
- Jul 13, 2021
-
-
spaced authored
-
- Jul 12, 2021
-
-
Cristian Calin authored
* Ansible: move to Ansible 3.4.0 which uses ansible-base 2.10.10 * Docs: add a note about ansible upgrade post 2.9.x * CI: ensure ansible is removed before ansible 3.x is installed to avoid pip failures * Ansible: use newer ansible-lint * Fix ansible-lint 5.0.11 found issues * syntax issues * risky-file-permissions * var-naming * role-name * molecule tests * Mitogen: use 0.3.0rc1 which adds support for ansible 2.10+ * Pin ansible-base to 2.10.11 to get package fix on RHEL8
-
- Jul 02, 2021
-
-
Shinerrs authored
* replaced deprecated python package with python3 package * removed the version due to duplication
-
- Jun 28, 2021
-
-
Cristian Calin authored
* Enable Graceful Node Shutdown for Kubernetes >= 1.21.0 * Add sample graceful shutdown parameters
-
- Jun 21, 2021
-
-
Cristian Calin authored
* Docker/Containerd: move downloads urls to containerd-common * gVisor: initial support for gVisor container runtime
-
- Jun 16, 2021
-
-
flix444 authored
-
- Jun 07, 2021
-
-
Kasakaze authored
-
Cristian Calin authored
* Calico: align manifests with upstream * allow enabling typha prometheus metrics * Calico: enable eBPF support * manage the kubernetes-services-endpoint configmap * Calico: document the use of eBPF dataplane * Calico: improve checks before deployment * enforce disabling kube-proxy when using eBPF dataplane * ensure calico_version is supported
-
- May 28, 2021
-
-
Florian Ruynat authored
* Update docker package to 20.10.6 * Add Fedora 33 image and CI, remove Fedora 31 (EOL)
-
- May 18, 2021
-
-
Pavel Martynov authored
-
- May 11, 2021
-
-
Cristian Calin authored
-
- Apr 30, 2021
-
-
MRoci authored
follow new naming conventions for gcr's coredns image. starting from 1.21 kubeadm assumes it to be `coredns/coredns`: this causes the kubeadm deployment being unable to pull image, beacuse `v` was also added in image tag, until the role `kubernetes-apps` ovverides it with the old name, which is only compatible with <=1.7. Backward comptability with kubeadm <=1.20 is mantained checking kubernetes version and falling back to old names (`coredns:1.xx`) when the version is less than 1.21
-
- Apr 29, 2021
-
-
Cristian Calin authored
* rename ansible groups to use _ instead of - k8s-cluster -> k8s_cluster k8s-node -> k8s_node calico-rr -> calico_rr no-floating -> no_floating Note: kube-node,k8s-cluster groups in upgrade CI need clean-up after v2.16 is tagged * ensure old groups are mapped to the new ones
-
- Apr 28, 2021
-
-
Sergey authored
-
- Apr 26, 2021
-
-
Florian Ruynat authored
-
- Apr 23, 2021
-
-
Cristian Calin authored
* AlmaLinux: ansible>2.9.19 is needed to know about AlmaLinux * AlmaLinux: identify as a centos derrivative * AlmaLinux: add AlmaLinux to checks for CentOS * Use ansible_os_family to compare family and not distribution
-
- Apr 21, 2021
-
-
Mathieu Parent authored
Fixes "mapping values are not allowed in this context
-
Florian Ruynat authored
-
- Apr 15, 2021
-
-
Samuel Liu authored
-
- Apr 12, 2021
-
-
Etienne Champetier authored
This allow to configure when K8S certificates renewal runs Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-
Etienne Champetier authored
We were regenerating only the cert of the first node While at it speed up the check step Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-