- May 30, 2022
-
-
rtsp authored
-
- May 29, 2022
-
-
Alessio Greggi authored
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- 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
-
Gleb Galkin authored
-
- 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 24, 2022
-
-
Kenichi Omichi authored
[calico] don't clobber calico options set by the user
-
Thearas authored
-
Ross Kusler authored
-
- May 23, 2022
-
-
Samuel Liu authored
-
Necatican Yıldırım authored
* [etcd] Add extra documentation for `etcd_memory_limit` and `etcd_quota_backend_bytes` Signed-off-by: necatican <necaticanyildirim@gmail.com> * [etcd] Add support for setting ETCD_MAX_REQUEST_BYTES Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
- May 21, 2022
-
-
irizzant authored
Signed-off-by: irizzant <i.rizzante@gmail.com>
-
Necatican Yıldırım authored
Signed-off-by: necatican <necaticanyildirim@gmail.com>
-
David Louks authored
* Add support for including annotations on aws-ebs-csi-controller * update comment to specify role arn
-
- May 20, 2022
-
-
Tamas Pasztor authored
* Possible remove ippools from cni config * Typo * Update roles/network_plugin/calico/templates/cni-calico.conflist.j2 Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com> * Update cni-calico.conflist.j2 Incorrectly deleted calico forwarding content. * Update roles/network_plugin/calico/templates/cni-calico.conflist.j2 Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com> Co-authored-by: Kenichi Omichi <ken1ohmichi@gmail.com>
-
Kenichi Omichi authored
Due many patterns of Linux distributions, it is difficult to install ansible dependencies as system-wide stably. Apart of Kubespray doc[1] recommends to use venv to avoid such issue, and this applies venv usage to the other parts of the doc. [1]: https://github.com/kubernetes-sigs/kubespray/blob/master/docs/setting-up-your-first-cluster.md#set-up-kubespray
-
Andrey authored
* Fixed systemd-networkd restart for ubuntu 22.04 * fixed systemd-networkd restart for all Ubuntu
-
- May 19, 2022
-
-
Samuel Liu authored
* use ipamconfig instead of calico ipam command * fix ansible lint
-
orange-llajeanne authored
-
Kenichi Omichi authored
The doc[1] explains we need to specify "-e reset_nodes=false -e allow_ungraceful_removal=true" to delete offline node. However the task "Gather facts" tried to gather facts of offline node also and the task was failed. This adds a condition to skip gathering facts when reset_nodes is false on remove-node.yml. [1]: https://github.com/kubernetes-sigs/kubespray/blob/master/docs/nodes.md#3-remove-an-old-node-with-remove-nodeyml
-
- May 18, 2022
-
-
Samuel Liu authored
-
Maxime Guyot authored
-
Kay Yan authored
* add Feature synchronized time checking * fix-invalid-kube-vip-manifest
-
- May 17, 2022
-
-
Samuel Liu authored
calicoctl ipam xx calicoctl apply xx
-
- May 16, 2022
-
-
Cristian Calin authored
-
Cristian Calin authored
drop note about not supporting ansible 2.9 since we still cover it in nightly CI
-
- May 14, 2022
-
-
Kenichi Omichi authored
kata-container is not used by default even if enabling kata_containers_enabled. This updates the doc for writing how to do that.
-
Cyclinder authored
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
-
- May 13, 2022
-
-
ERIK authored
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
-
- May 12, 2022
-
-
Mohamed Zaian authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
-
weizhoublue authored
Signed-off-by: weizhou.lan@daocloud.io <weizhou.lan@daocloud.io>
-
Cyclinder authored
Signed-off-by: cyclinder <qifeng.guo@daocloud.io>
-
Oogy authored
* support metallb peer password * add MetalLB BGP password example
-
Samuel Liu authored
* [kube-ovn]: some feature kube-ovn vlan mode ipv6/ipv4 dual stack ... * remove unused env * fix readinessprobe
-
- May 11, 2022
-
-
Ajarmar authored
* [upcloud] add option to use preconfigured cpu/mem plan * [upcloud] add option to use firewall rules for API server/SSH access * [upcloud] add option to use managed load balancer
-
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 10, 2022
-
-
Andrew Zagorodnuk authored
-