- Jun 05, 2023
-
-
Kenichi Omichi authored
Since the commit 937e64d2 the variable has not been used at all. This removes it from offline.yml which was the remaining part.
-
- May 24, 2023
-
-
Rob Tongue authored
- Adding in the ability to feed extra-args to cert-manager-controller.
-
Mathias Petermann authored
Add option to configure class as the default class Add option to disable wathcing for ingresses without class Remove redundant if that always evaluates to true Fix default value missing for ingress_nginx_default
-
- May 19, 2023
-
-
Mohamed Omar Zaian authored
-
Mohamed Omar Zaian authored
-
- May 18, 2023
-
-
Kenichi Omichi authored
According to the canal github[1] the repo is not maintained over 5 years. In addition, the README says ``` Originally, we thought we might more deeply integrate the two projects (possibly even going as far as a rebranding!). However, over time it became clear that that wasn't really necessary to fulfil our goal of making them work well together. Ultimately, we decided to focus on adding features to both projects rather than doing work just to combine them. ``` So it is difficult to support canal by Kubespray at this situation. [1]: https://github.com/projectcalico/canal
-
- May 17, 2023
-
-
gs://kubernetes-releaseKulwant Singh authored
-
- May 10, 2023
-
-
John Adams authored
* redorder options and remove use-octavia * lowercase true/false
-
- Apr 26, 2023
-
-
Mohamed Omar Zaian authored
-
- Apr 14, 2023
-
-
Jeroen Rijken authored
Signed-off-by:
Jeroen Rijken <jeroen.rijken@xs4all.nl>
-
- Apr 04, 2023
-
-
Mohamed Omar Zaian authored
-
- Mar 28, 2023
-
-
Mathias Petermann authored
-
- Mar 27, 2023
-
-
xiuguang.huang authored
-
- Mar 21, 2023
-
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
Mohamed Omar Zaian authored
-
- Mar 07, 2023
-
-
Arthur Outhenin-Chalandre authored
This commit removes the variable `use_localhost_as_kubeapi_loadbalancer` and rather detects that we are in a situation where we can use the localhost apiserver loadbalancer (meaning that we use the localhost load balancer and that the same ports are used for both the load balancer and the kube-apiserver). This also cleanups the calico code to use `kube_apiserver_global_endpoint` rather than implementing the same logic all over again. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
panguicai authored
Signed-off-by:
panguicai008 <1121906548@qq.com>
-
- Mar 06, 2023
-
-
panguicai authored
Signed-off-by:
panguicai008 <1121906548@qq.com>
-
Arthur Outhenin-Chalandre authored
* node: fix default kubelet/runtime cgroups when kube_reserved is false (default) Commit 1c4db613 introduced a notion of kube_reserved. This introduced a breaking change defaulting to use kube.slice for the container_manager and the kubelet as if kube_reserved was always enabled whereas it is disabled by default. This commit fixes this by bringing back system.slice whenever kube_reserved is disabled. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * inventory/sample: change false for kube_reserved as its the default Changing the commented value in sample inventory to the actual default value. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- Mar 03, 2023
-
-
panguicai authored
Signed-off-by:
panguicai008 <1121906548@qq.com>
-
- Mar 02, 2023
-
-
Mohamed Zaian authored
-
- Feb 21, 2023
-
-
jianse authored
-
- Feb 14, 2023
-
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- Feb 06, 2023
-
-
Bas authored
-
- Feb 03, 2023
-
-
杨刚 (成都) authored
Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Jan 31, 2023
-
-
Kay Yan authored
* make-kube-1.26-default * fix-bugs
-
- Jan 29, 2023
-
-
杨刚 (成都) authored
Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Jan 27, 2023
-
-
杨刚 authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Jan 24, 2023
-
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io> Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- Jan 22, 2023
-
-
Tom Janson authored
It is quite confusing that there's an all-caps, bolded comment that seems to imply that `etcd_download_url` is relevant only when not using host-based deployment. The opposite is true: of course the artifact download URL is relevant and required for host-based etcd. Perhaps the entire comment can be read in a different way, and should perhaps be reworded entirely, cf. https://github.com/kubernetes-sigs/kubespray/blob/374438a3d631e98b34db4433d972fb4a221c0505/docs/offline-environment.md?plain=1#L38 Removing the "**DON'T**" matches the way the other comments in this file are written and matches my personal interpretation.
-
- Jan 19, 2023
-
-
yanggang authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
yanggang authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Jan 18, 2023
-
-
ERIK authored
Signed-off-by:
bo.jiang <bo.jiang@daocloud.io> Signed-off-by:
bo.jiang <bo.jiang@daocloud.io>
-
- Jan 16, 2023
-
-
Jochen Friedrich authored
Mostly taken from: https://raw.githubusercontent.com/kubeovn/kube-ovn/master/yamls/ovn-ic.yaml.j2
-
yanggang authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Jan 05, 2023
-
-
Marijn van der Giesen authored
-
- Dec 30, 2022
-
-
Shelming.Song authored
* optimize cgroups settings for node reserved * fix * set cgroup slice for multi container engine * set cgroup slice for crio * add reserved cgroups variables to sample files * Compatible with cgroup path for different container managers * add cgroups doc * fix markdown
-
- Dec 28, 2022
-
-
Marijn van der Giesen authored
-
- Dec 22, 2022
-
-
Mohamed Zaian authored
-
- Dec 19, 2022
-
-
janaurka authored
* feat(): Add wireguard backend to flannel cni As described in the flannel docs: https://github.com/flannel-io/flannel/blob/master/Documentation/backends.md#wireguard This does not support optional configuration methods like: - setting a psk (will be autogenerated by default) - chang listening ports - change mode (defaults to 'separate') - change PersistentKeepaliveInterval (defaults to 0) * Add supported backends to flannel docs * Fix markdown in docs
-