- Oct 21, 2020
-
-
Hans Feldt authored
'ansible.vars.hostvars.HostVarsVars object' has no attribute 'kubeadm_upload_cert' kubeadm_upload_cert will never be found as a hostvar for the first master since the task is executed for a worker. Fix by executing the upload task for the first master and register the needed key. After that, workers can read hostvars for the master Var kubeadm_etcd_refresh_cert_key removed since it no longer has any use.
-
Hans Feldt authored
When using kubeadm managed etcd, configuring an etcd group can now be skipped.
-
- Oct 13, 2020
-
-
Sergey authored
-
- Oct 12, 2020
-
-
Bogdan Peste authored
* Added option to force apiserver and respective client certificate to be regenerated without necessarily needing to bump the K8S cluster version * Removed extra blank line
-
- Oct 11, 2020
-
-
Nikita Velgin authored
Handlers with the same name (Kubeadm | restart kubelet) leads to incorrect playbook execution. As a result, after completing the tasks, kubelet does not restart. This PR fix this behavior
-
- Oct 09, 2020
-
-
Kenichi Omichi authored
After upgrading to newer Kubernetes(v1.17 at least), kubectl command shows the following warning message: WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/foo/.kube/config The kubeconfig was copied from {{ artifacts_dir }}/admin.conf with kubeconfig_localhost feature. It is better to set valid file mode at getting it on Kubespray.
-
- Sep 29, 2020
-
-
petruha authored
-
Kenichi Omichi authored
When stopping at the check of "Stop if ip var does not match local ips" the error message is like: fatal: [single-k8s]: FAILED! => { "assertion": "ip in ansible_all_ipv4_addresses", "changed": false, "evaluated_to": false, "msg": "Assertion failed" } That doesn't contain actual IP addresses and it is difficult to understand what was wrong. This adds the error message which contain actual IP addresses to investigate the issue if happens.
-
- Sep 25, 2020
-
-
Lennart Weller authored
-
- Sep 24, 2020
-
-
orange-llajeanne authored
-
Hans Feldt authored
* calico: add constant calico_min_version_required and verify current deployed version against it. * calico: remove upgrade support with data migration The tool was used pre v3.0.0 and is no longer needed. * calico: remove old version support from tasks * calico: remove old ver support from policy ctrl * calico: remove old ver support from node * canal: remove old ver support * remove unused calicoctl download checksums calico_min_version_required is the oldest version that can be installed Older versions can be removed.
-
- Sep 23, 2020
-
-
Sergey authored
-
Wang Zhen authored
* Fix reserved memory unit in kubelet configuration Signed-off-by: Wang Zhen <lazybetrayer@gmail.com> * Move systemReserved default values from template Signed-off-by: Wang Zhen <lazybetrayer@gmail.com>
-
- Sep 21, 2020
-
-
orange-llajeanne authored
-
Florian Ruynat authored
-
- Sep 18, 2020
-
-
Florian Ruynat authored
-
- Sep 17, 2020
-
-
Hans Feldt authored
Remove configuration variable kubeadm_control_plane
-
Hans Feldt authored
* kube-proxy never gets deployed so need to remove it
-
- Sep 11, 2020
-
-
Florian Ruynat authored
-
- Sep 10, 2020
-
-
spaced authored
-
- Sep 07, 2020
-
-
spaced authored
* remove podman cni plugin * configure networkamanger global dns * allow installation of python3-libselinux by disabling update repo temporary * remove ipv4 section because it is not a valid configuration
-
- Sep 04, 2020
-
-
Hans Feldt authored
Removes these startup warnings: Warning: For remote container runtime, --pod-infra-container-image is ignored in kubelet, which should be set in that remote runtime instead Using "/var/run/crio/crio.sock" as endpoint is deprecated, please consider using full url format "unix:///var/run/crio/crio.sock".
-
Hans Feldt authored
-
- Sep 03, 2020
-
-
Florian Ruynat authored
-
Lovro Seder authored
* Rotate kubelet server certificate. * CI test kubelet server cert rotation * Approve kubelet serving certificates in tests.
-
- Aug 31, 2020
-
-
Maxime Guyot authored
-
- Aug 28, 2020
-
-
Barry Melbourne authored
-
- Aug 24, 2020
-
-
Sulochan Acharya authored
-
- Aug 21, 2020
-
-
jeanfabrice authored
* Use proper openssl command to differentiate between host and ip in current certificate check * fixup! Use proper openssl command to differentiate between host and ip in current certificate check
-
Florian Ruynat authored
-
Florian Ruynat authored
-
- Aug 20, 2020
-
-
Michal Petko authored
-
Samuel Liu authored
-
- Aug 18, 2020
-
-
holmesb authored
-
Florian Ruynat authored
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Aug 13, 2020
-
-
Erwan Miran authored
-
- Aug 05, 2020
-
-
Maxime Guyot authored
-
Sulochan Acharya authored
-
- Aug 03, 2020
-
-
Florent Monbillard authored
https://github.com/kubernetes/kubeadm/issues/1498 was closed
-