- Jul 05, 2023
-
-
Arthur Outhenin-Chalandre authored
* project: fix var-spacing ansible rule Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing on the beginning/end of jinja template Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing of default filter Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing between filter arguments Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix double space at beginning/end of jinja Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix remaining jinja[spacing] ansible-lint warning Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- Jun 27, 2023
-
-
Mathieu Parent authored
-
- Jun 26, 2023
-
-
Arthur Outhenin-Chalandre authored
* project: update all dependencies including ansible Upgrade to ansible 7.x and ansible-core 2.14.x. There seems to be issue with ansible 8/ansible-core 2.15 so we remain on those versions for now. It's quite a big bump already anyway. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * tests: install aws galaxy collection Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * ansible-lint: disable various rules after ansible upgrade Temporarily disable a bunch of linting action following ansible upgrade. Those should be taken care of separately. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve deprecated-module ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve no-free-form ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve schema[meta] ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve schema[playbook] ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve schema[tasks] ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve risky-file-permissions ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve risky-shell-pipe ansible-lint error Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: remove deprecated warn args Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: use fqcn for non builtin tasks Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: resolve syntax-check[missing-file] for contrib playbook Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: use arithmetic inside jinja to fix ansible 6 upgrade Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- Jun 23, 2023
-
-
Vyacheslav Vershinin authored
-
- Jun 16, 2023
-
-
Mohamed Omar Zaian authored
* [kubernetes] Add hashes for 1.27.3, 1.26.6, 1.25.11 * [kubernetes] make 1.26.6 default
-
- May 29, 2023
-
-
qlijin authored
-
- May 24, 2023
-
-
Kay Yan authored
-
- May 19, 2023
-
-
Mohamed Omar Zaian authored
-
- May 12, 2023
-
-
Pat Riehecky authored
Signed-off-by:
Pat Riehecky <riehecky@fnal.gov>
-
- May 11, 2023
-
-
Manuelraa authored
-
- May 10, 2023
-
-
John Adams authored
* redorder options and remove use-octavia * lowercase true/false
-
- Mar 21, 2023
-
-
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>
-
- Mar 02, 2023
-
-
Mohamed Zaian authored
-
- Jan 31, 2023
-
-
rongfu.leng authored
Signed-off-by:
rongfu.leng <rongfu.leng@daocloud.io>
-
Kay Yan authored
* make-kube-1.26-default * fix-bugs
-
- Jan 21, 2023
-
-
Florian Ruynat authored
-
- Jan 19, 2023
-
-
yanggang authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Jan 17, 2023
-
-
Arthur Outhenin-Chalandre authored
In 6db6c867, this was disabled becaue kubesrpay gave too much permissions that were not needed. This commit re-enable back this option by default and also removes the extra permissions that kubespray gave that were in fact not needed. Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- Jan 05, 2023
-
-
R. P. Taylor authored
-
- Dec 27, 2022
-
-
tu1h authored
Signed-off-by:
tu1h <lihai.tu@daocloud.io> Signed-off-by:
tu1h <lihai.tu@daocloud.io>
-
- Dec 12, 2022
-
-
yanggang authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Nov 11, 2022
-
-
yanggang authored
Signed-off-by:
yanggang <gang.yang@daocloud.io> Signed-off-by:
yanggang <gang.yang@daocloud.io>
-
- Oct 20, 2022
-
-
Kay Yan authored
-
- Oct 18, 2022
-
-
Maxime Leroy authored
-
- Oct 17, 2022
-
-
Mohamed Zaian authored
-
- Oct 14, 2022
-
-
Unai Arríen authored
* Avoid MetalLB speaker image download when metallb_speaker_enabled is set to * Move metallb_speaker_enabled var to allow outside metalLB role references * Move metallb_speaker_enabled var to allow outside metalLB role references * Improve metallb_speaker_enabled default values
-
- Oct 03, 2022
-
-
Kay Yan authored
-
- Sep 29, 2022
-
-
Florian Ruynat authored
-
- Sep 27, 2022
-
-
Federico Cucinella authored
-
- Sep 22, 2022
-
-
Mohamed Zaian authored
-
- Sep 19, 2022
-
-
Mohamed Zaian authored
-
- Aug 31, 2022
-
-
Cristian Calin authored
-
- Aug 22, 2022
-
-
Mohamed Zaian authored
-
- Jul 19, 2022
-
-
Mohamed Zaian authored
-
- Jun 17, 2022
-
-
Mohamed Zaian authored
-
Alessio Greggi authored
* feat: make kubernetes owner parametrized * docs: update hardening guide with configuration for CIS 1.1.19 * fix: set etcd data directory permissions to be compliant to CIS 1.1.12
-
- Jun 16, 2022
-
-
Florian Ruynat authored
-
- Jun 15, 2022
-
-
Calin Cristian Andrei authored
-
Calin Cristian Andrei authored
* extra admission controls now don't have a version in their file names eventratelimit.v1beta2.yaml.j2 -> eventratelimit.yaml.j2 * cri_socket variable includes the unix:// prefix to be conformat with upstream
-