- Apr 22, 2021
-
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Cristian Calin authored
-
Samuel Liu authored
-
Ian Martin authored
* Ambassador can watch multiple namespaces * update variable name per PR review
-
- Apr 21, 2021
-
-
Cristian Calin authored
-
Cristian Calin authored
* add hashes for calico v3.17.3 * add hashes for claico v3.18.1 * bump default calico version to v3.17.3 * calico crds are missing yaml separator breaking kdd
-
Xachman authored
-
Kenichi Omichi authored
As the official document[1], the parameter keepcache should be '0' or '1' as string. To avoid the following warning message, this fixes the parameter value: [WARNING]: The value False (type bool) in a string field was converted to u'False' (type string). If this does not look like what you expect, quote the entire value to ensure it does not change. https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_repository_module.html
-
Mathieu Parent authored
Fixes "mapping values are not allowed in this context
-
holmesb authored
Fixes issue #7528 - allow configuring CALICO_STARTUP_LOGLEVEL via a new variable: calico_node_startup_loglevel (#7530) Signed-off-by: Brendan Holmes <5072156+holmesb@users.noreply.github.com>
-
Florian Ruynat authored
-
- Apr 19, 2021
-
-
Frank Ritchie authored
This is a followup to https://github.com/kubernetes-sigs/kubespray/pull/7413 Although the code worked there was a desire for a better solution. Hopefully people will be happy with this alternative.
-
- Apr 16, 2021
-
-
Cristian Klein authored
Context: Load-balancing in Exoscale is performed by associating many workers with the same EIP. This works, however, the workers cannot access themselves via the EIP, which is needed at least for cert-managers "self-test". Problem: The old iptables based workaround felt fragile and disappointed me at least once. New solution: Add the EIP to a loopback interface on each worker.
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Apr 15, 2021
-
-
Samuel Liu authored
-
Florian Ruynat authored
-
- Apr 14, 2021
-
-
muzi502 authored
-
Florian Ruynat authored
-
- Apr 13, 2021
-
-
Krystian Młynek authored
-
Samuel Liu authored
* fix offline mode * add offline messages
-
Etienne Champetier authored
CentOS 7 provides up to date Ansible with really old jinja version Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-
Peter Zhang authored
* correct a wrong word * correct a wrong word
-
- Apr 12, 2021
-
-
Etienne Champetier authored
This allow to configure when K8S certificates renewal runs Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-
Florian Ruynat authored
-
Zachary Chang authored
-
Etienne Champetier authored
We were regenerating only the cert of the first node While at it speed up the check step Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
-
emiran-orange authored
Use kubeadm_feature_gates instead of kube_feature_gates to leverage kubeadm feature gates and not to interfere with k8s components feature gates (#7447)
-
Zhong Jianxin authored
* Add containerd_extra_args This is useful for custom containerd config, e.g. auth Signed-off-by: Zhong Jianxin <azuwis@gmail.com> * Make containerd config.toml mode 0640 It may contain sensitive information like password Signed-off-by: Zhong Jianxin <azuwis@gmail.com>
-
- Apr 11, 2021
-
-
Samuel Liu authored
-
- Apr 09, 2021
-
-
Mathieu Parent authored
Also set in all/containerd.yml
-
Florian Ruynat authored
-
Florian Ruynat authored
-
Sergey authored
* add CI test for auto_renew_certificates * change timer value fix typo error in rotate cert script
-
- Apr 08, 2021
-
-
Florian Ruynat authored
-
Samuel Liu authored
* kubelet absolute path * kubelet absolute path
-
Kenichi Omichi authored
According to the document[1], audit-webhook-batch-max-size and audit-webhook-batch-max-wait are used only in the batch mode. This adds a condition to avoid unnecessary writting on the config. [1]: https://kubernetes.io/docs/tasks/debug-application-cluster/audit/#batching
-