- Jun 01, 2022
-
-
Chris Ricker authored
Map appropriate versions of etcd and snapshot_controller containers with k8s 1.24
- May 31, 2022
-
-
Daniil Muidinov authored
* [calico] * add 3.22.3 and 3.23.1 * set 3.22.3 default * fix download crd for calico 3.22.3 and upper * update calico README.md
-
Samuel Liu authored
-
- May 27, 2022
-
-
Mohamed Zaian authored
* [kubernetes] add hashes for 1.24.1 and other versions. versions: v1.21.13, v1.22.10, v1.23.7 & v1.24.1 * [kubernetes] make v1.23.7 default1
-
- May 26, 2022
-
-
Kenichi Omichi authored
Current Kubespray supports the Kubernetes version 1.21 or upper with `kube_version_min_required: v1.21.0` Then kube_version v1.20- related code is not used at all. This deletes those code for cleanup.
-
- May 21, 2022
-
-
Necatican Yıldırım authored
Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
- May 18, 2022
-
-
Samuel Liu authored
-
- May 12, 2022
-
-
Mohamed Zaian authored
-
Samuel Liu authored
* [kube-ovn]: some feature kube-ovn vlan mode ipv6/ipv4 dual stack ... * remove unused env * fix readinessprobe
-
- May 11, 2022
-
-
Necatican Yıldırım authored
* [cilium] Separate templates for cilium, cilium-operator, and hubble installations Signed-off-by: necatican <necaticanyildirim@gmail.com> * [cilium] Update cilium-operator templates Signed-off-by: necatican <necaticanyildirim@gmail.com> * [cilium] Allow using custom args and mounting extra volumes for the Cilium Operator Signed-off-by: necatican <necaticanyildirim@gmail.com> * [cilium] Update the cilium configmap to filter out the deprecated variables, and add the new variables Signed-off-by: necatican <necaticanyildirim@gmail.com> * [cilium] Add an option to use Wireguard encryption on Cilium 1.10 and up Signed-off-by: necatican <necaticanyildirim@gmail.com> * [cilium] Update cilium-agent templates Signed-off-by: necatican <necaticanyildirim@gmail.com> * [cilium] Bump Cilium version to 1.11.3 Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
- May 09, 2022
-
-
Victor Morales authored
* Update Kata containers binary to 2.4.1 version * Update overhead kata runtime values * Fix kata-qemu default values in CRI-O
-
- May 06, 2022
-
-
Cristian Calin authored
-
- May 05, 2022
-
-
Florian Ruynat authored
-
Kenichi Omichi authored
The version 1.4 of containerd has been End of Life since March 3, 2022 as https://containerd.io/releases/#support-horizon It is nice to drop the support from Kubespray also to follow containerd.
-
Mohamed Zaian authored
-
- May 03, 2022
-
-
Lubos Mercl authored
Signed-off-by: Lubos Mercl <lubos.mercl@gmail.com>
-
Cristian Calin authored
-
Kenichi Omichi authored
containerd version 1.6.3 has been released as [1] This adds the checksums and makes Kubespray use it. [1]: https://github.com/containerd/containerd/releases/tag/v1.6.3
-
- May 02, 2022
-
-
bilalcaliskan authored
* chore: change flannel repository and upgrade image version * docs: upgrade flanneld version
-
Mohamed Zaian authored
-
- Apr 29, 2022
-
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
- Apr 28, 2022
-
-
Mohamed Zaian authored
* [kubernetes] add hashes for 1.22.9
-
- Apr 18, 2022
-
-
Cristian Calin authored
-
zhengtianbao authored
* Update flannel use install-cni-plugin to fit upstream * Replace flannel cni repo * Remove download flannel binary
-
- Apr 14, 2022
-
-
Mathieu Parent authored
For offline mode
-
Mohamed Zaian authored
* As per this issue https://github.com/kubernetes-sigs/kubespray/pull/8664 I propose to make etcd v.3.5.3 default for any kubernetes version which uses 3.5.x since that 3.5.[0-2] not recommended for production.
-
- Apr 08, 2022
-
-
Thomas Eberle authored
The quotations in the variable nerdctl_extra_flags are not required for the `nerdctl_image_pull_command` and throw the following error when executing the cluster-playbook with `container_insecure_registries` set: unknown flag: --insecure-registry\\\" This happens as the complete nerdctl_image_pull_command string variable gets split into an array string for the cmd task. The escaped quotation doesn't get escaped properly and is added to the cmd-string array as part of the command. This leads to a wrong written insecure-registry flag, which throws this error.
-
Samuel Liu authored
* [calico] add calico apiserver * fix yamllint * remove addext argument * Configure API server with the CA bundle * add check kdd
-
- Apr 07, 2022
-
-
Mathieu Parent authored
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
-
- Apr 06, 2022
-
-
rtsp authored
-
- Apr 05, 2022
-
-
Cristian Calin authored
-
- Apr 04, 2022
-
-
Cristian Calin authored
* [containerd] add hashes for 1.5.11 * [containerd] add hashes for 1.6.2 * [containerd] make 1.6.2 the new default
-
Cristian Calin authored
-
Cristian Calin authored
-
- Apr 02, 2022
-
-
Kenichi Omichi authored
Due to missing quotation of nerdctl_extra_flags, ansible-playbook was failed: Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/command.py Pipelining is enabled. [..] File "/usr/lib/python3.8/shlex.py", line 191, in read_token raise ValueError("No closing quotation") This fixes the issue. T-Eberle investigated the issue and found the solution. Thank you T-Eberle!
-
- Mar 28, 2022
-
-
Calin Cristian Andrei authored
-
- Mar 26, 2022
-
-
rtsp authored
-
- Mar 17, 2022
-
-
Calin Cristian Andrei authored
-