- Jun 17, 2022
-
-
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
-
- May 23, 2022
-
-
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>
-
- Mar 31, 2022
-
-
Florian Ruynat authored
-
- Mar 12, 2022
-
-
Mac Chaffee authored
Signed-off-by:
Mac Chaffee <me@macchaffee.com>
-
- Mar 02, 2022
-
-
Tom Janson authored
this is not complete -- there are almost certainly more instances of this issue
-
- Feb 23, 2022
-
-
Ilya Margolin authored
and fix the one with side effect. Also removes `notify` from this task as the task has `changed_when: false` and notify is not going to fire.
-
- Dec 07, 2021
-
-
zhengtianbao authored
-
- Nov 18, 2021
-
-
Mathieu Parent authored
Signed-off-by:
Mathieu Parent <math.parent@gmail.com>
-
- Oct 27, 2021
-
-
Florian Ruynat authored
-
- 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 23, 2021
-
-
Florian Ruynat authored
This reverts commit c0e1211a.
-
- Sep 22, 2021
-
-
Max Gautier authored
* etcd: enable v2 api only if needed Only enable v2 API if we have a consumer (flannel) This reduce the exposed surface for etcd. * Fix bad group name
-
- 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
-
- May 11, 2021
-
-
Hari Hud authored
* Remove the duplicate task in etcd role * Remove inessential delegate_to
-
- 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
-
- Mar 24, 2021
-
-
Etienne Champetier authored
* Remove contrib/vault This is marked as broken since 2018 / 3dcb9146 This still reference apiserver.pem, not used since ddffdb63 Signed-off-by:
Etienne Champetier <e.champetier@ateme.com> * Finish nuking vault from the codebase Signed-off-by:
Etienne Champetier <e.champetier@ateme.com>
-
- Mar 19, 2021
-
-
Samuel Liu authored
-
- Feb 10, 2021
-
-
Etienne Champetier authored
By default Ansible stat module compute checksum, list extended attributes and find mime type To find all stat invocations that really use one of those: git grep -F stat. | grep -vE 'stat.(islnk|exists|lnk_source|writeable)' Signed-off-by:
Etienne Champetier <e.champetier@ateme.com>
-
- Feb 09, 2021
-
-
David Louks authored
* Added force_etcd_cert_refresh var to maintain existing functionality. Broke out etcd node cert syncing from member and admin cert sync logic. Now first etcd will sync node certs to other etcd members on every run to keep all etcds up to date after adding additional worker nodes to the cluster * Updated etcd cert check tasks to better detect when new certificates need to be generated * Move usage of force_etcd_cert_refresh var to gen_certs fact set * Force etcd cert generation per server if force_etcd_cert_refresh is set to true * Include gathering of node certs even if k8s-cluster member and in etcd group. * Removed run_once due to when statement
-
- Jan 27, 2021
-
-
Robin Elfrink authored
-
- Jan 23, 2021
-
-
Samuel Liu authored
* Add downlaod bin tasks * Add tags never and etcd * yamllint
-
- Dec 09, 2020
-
-
Hannes Körber authored
-
emiran-orange authored
-
- Dec 08, 2020
-
-
Samuel Liu authored
* Add etcd tls cipher suites * yamllint
-
- Dec 03, 2020
-
-
Emerson Ford authored
-
- Nov 30, 2020
-
-
Dmitry Chusovitin authored
-
- Oct 28, 2020
-
-
axelgobletbdr authored
* fixed bug in etcd retention where backups are not sorted by date * added directory filter to find command
-
- Oct 23, 2020
-
-
axelgobletbdr authored
* added an ansible var to manage retention of etcd backups * refactord ls/grep into find in etcd backup removal command
-
- Oct 06, 2020
-
-
Sergey authored
Remove task with install etcdctl from etcd role when etcd_kubeadm_enabled=true
-
- Sep 23, 2020
-
-
Sergey authored
-
- Sep 22, 2020
-
-
Florent Monbillard authored
-
- Sep 21, 2020
-
-
Florian Ruynat authored
-
- Aug 31, 2020
-
-
Maxime Guyot authored
-
- Aug 28, 2020
-
-
Barry Melbourne authored
-
- Aug 27, 2020
-
-
Florian Ruynat authored
-
- Jul 27, 2020
-
-
Maxime Guyot authored
-
- Jul 22, 2020
-
-
chenguoquan1024 authored
* change /etc/ssl/etcd to etcd_config_dir param * add use etcd_events_data_dir param
-
- Jul 20, 2020
-
-
Florent Monbillard authored
-
- Jul 01, 2020
-
-
Maxime Guyot authored
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-