- Jul 13, 2020
-
-
Arthur Outhenin-Chalandre authored
* Fix kube-proxy removal * Fix unwanted skipped task for kube-proxy * Fix kube_proxy_remove default Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * Add test for kube-router svc proxy Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
Arthur Outhenin-Chalandre authored
Signed-off-by: Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
-
- Jul 07, 2020
-
-
Hans Feldt authored
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- Jul 03, 2020
-
-
Maxime Guyot authored
-
- Jun 30, 2020
-
-
Florian Ruynat authored
-
Hans Feldt authored
* Fix kubelet cgroup driver detection for crio Remove fact standalone_kubelet since it is not used * Fix yamllint complaints of roles/kubernetes/node/tasks/facts.yml Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- Jun 29, 2020
-
-
Joel Seguillon authored
-
bozzo authored
-
- Jun 26, 2020
-
-
Erwan Miran authored
-
Mike Dziedziela authored
-
- Jun 25, 2020
-
-
bozzo authored
This will avoid SSH connection on the local host
-
- Jun 24, 2020
-
-
Samuel Liu authored
* Add event-ttl duration * Fix wrong location
-
- Jun 16, 2020
-
-
Maxime Guyot authored
-
Samuel Liu authored
* ADD tls cipher suites support yaml lint yamllint * update test case * update test case
-
mohsen authored
* MINOR: Check kernel version before enable modprobe nf_conntrack * CLEANUP: no more need to ignore error of this task * MINOR: Fixing yaml and ansible lint error - remove trailling-space
-
Hans Feldt authored
Co-authored-by: Hans Feldt <hafe@users.noreply.github.com>
-
- Jun 14, 2020
-
-
Y0UZ45 authored
If the special parameter "$@" is not quoted, the following command will not work: ./kubectl.sh patch storageclass my-storage-class -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
-
- Jun 12, 2020
-
-
Florian Ruynat authored
-
Unai Arríen authored
-
- May 19, 2020
-
-
404notfoundhard authored
* fix(kubelet): exec notify restart kubelet service when kube-config.yml changed * Revert "refactor(kubelet handler): change task name("reload kubelet") this is misleading" This reverts commit 8f5d29560802c7c997293adb1ce9f84d3b20b6cb. * fix(handlers,kubelet): setting right notify task name
-
- May 18, 2020
-
-
bozzo authored
-
Mateus Caruccio authored
-
- May 17, 2020
-
-
Matthew Mosesohn authored
Change-Id: I83a7101a6cd99eb531d8385de5c31aee4f474469
-
- May 08, 2020
-
-
Florent Monbillard authored
-
- Apr 21, 2020
-
-
Florian Ruynat authored
-
- Apr 18, 2020
-
-
Maxime Guyot authored
-
Sergey authored
-
- Apr 17, 2020
-
-
Florian Ruynat authored
-
- Apr 16, 2020
-
-
Lovro Seder authored
-
Florent Monbillard authored
* Generate unique username per cluster * rename admin kubeconfig shell output to raw_admin_kubeconfig * Make the linter happy * Fix lint errors * Cleaning up tasks
-
- Apr 09, 2020
-
-
Florian Ruynat authored
-
- Apr 08, 2020
-
-
Maxime Guyot authored
-
spaced authored
-
Etienne Champetier authored
* etcd: etcd-events doesn't depend on etcd_cluster_setup Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: remove condition already present on include_tasks Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: fix scaling up Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: use *access_addresses, do not delegate to etcd[0] We want to wait for the full cluster to be healthy, so use all the cluster addresses Also we should be able to run the playbook when etcd[0] is down (not tested), so do not delegate to etcd[0] Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * etcd: use failed_when for health check unhealthy cluster is expected on first run, so use failed_when instead of ignore_errors to remove scary red messages Also use run_once Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubernetes/preinstall: ensure ansible_fqdn is up to date after changing /etc/hosts Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com> * kubernetes/master: regenerate apiserver cert if needed Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
-
- Apr 07, 2020
-
-
spaced authored
-
- Mar 31, 2020
-
-
Vinayaka V Ladwa authored
Azure vmss - kubelet: failed to get instance ID from cloud provider: instance not found #5824 (#5855) * kubernetes-sigs-kubespray #5824 Added support nodes which are part of Virtual Machine Scale Sets(VMSS) * kubernetes-sigs-kubespray #5824 * kubernetes-sigs-kubespray #5824 Added comments and updatetd azure docs. * kubernetes-sigs-kubespray #5824 Added supported values comments for "azure_vmtype" in azure.yml
-
- Mar 25, 2020
-
-
Xiaodu authored
The variable is defined in `kubernetes/preinstall` role and used in several roles. Since `kubernetes/preinstall` is not always included when `ansible-playbook` is run with tag selectors (see #5734 for reason), they will fail, or individual roles must copy the same fact definitions (as in #3846). Moving the definition to the always-included `kubespray-defaults` role will resolve the dependency problem.
-
- Mar 24, 2020
-
-
Stephen Schmidt authored
- This solves issue #5721 & #5713 (dupes) - Provide a cleaner default usage pattern for the download role around etcd that supports 'host' and 'docker' properly - Extract the 'etcdctl' as a separate task install piece and reuse it where appropriate - Update the kubeadm-etcd task to reflect the above change
-
- Mar 20, 2020
-
-
Sergey authored
-
Maxime Guyot authored
-