- May 20, 2022
-
-
Kenichi Omichi authored
Due many patterns of Linux distributions, it is difficult to install ansible dependencies as system-wide stably. Apart of Kubespray doc[1] recommends to use venv to avoid such issue, and this applies venv usage to the other parts of the doc. [1]: https://github.com/kubernetes-sigs/kubespray/blob/master/docs/setting-up-your-first-cluster.md#set-up-kubespray
-
- Feb 22, 2022
-
-
Necatican Yıldırım authored
* Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable Signed-off-by:
necatican <necaticanyildirim@gmail.com> * Add etcd kubeadm deployment documentation Signed-off-by:
necatican <necaticanyildirim@gmail.com> * Refactor warning for the deprecated 'etcd_kubeadm_enabled' variable Signed-off-by:
necatican <necaticanyildirim@gmail.com>
-
- Feb 16, 2022
-
-
Mac Chaffee authored
* Allow pausing after upgrade but before uncordon * Expand docs for upgrade pausing vars Signed-off-by:
Mac Chaffee <me@macchaffee.com>
-
- Jan 27, 2022
-
-
Julio H Morimoto authored
Provide initial guidelines for a container engine migration (docker-2-containerd), with special emphasis on the fact that the procedure is still not officially supported. (#8471) Follow up from https://github.com/kubernetes-sigs/kubespray/issues/8431 . Signed-off-by:
Julio Morimoto <julio@morimoto.net.br>
-
- Nov 09, 2021
-
-
Cristian Calin authored
Docker: replace the use of containerd_version with docker_containerd_version to avoid causing conflicts when bumping containerd_version (#8130)
-
- Sep 14, 2021
-
-
andrew.k authored
-
- Aug 26, 2021
-
-
Hari Hud authored
-
- 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
-
- Apr 02, 2021
-
-
Daniil Muidinov authored
* Set containerd version to 1.4.3 * Set containerd version to 1.4.4 Co-authored-by:
Barry Melbourne <9964974+bmelbourne@users.noreply.github.com>
-
- 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>
-
Kenichi Omichi authored
This replaces kube-master with kube_control_plane because of [1]: The Kubernetes project is moving away from wording that is considered offensive. A new working group WG Naming was created to track this work, and the word "master" was declared as offensive. A proposal was formalized for replacing the word "master" with "control plane". This means it should be removed from source code, documentation, and user-facing configuration from Kubernetes and its sub-projects. NOTE: The reason why this changes it to kube_control_plane not kube-control-plane is for valid group names on ansible. [1]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/kubeadm/2067-rename-master-label-taint/README.md#motivation
-
- Mar 15, 2021
-
-
Kenichi Omichi authored
upgrades.md explains how to do upgrade from v1.4.3 to v1.4.6 as an example. The versions are a little old, and the doc readers would have a concern the upgrade works fine or not. This updates versions after verifying the way works fine by hands.
-
- Mar 05, 2021
-
-
Etienne Champetier authored
kubeadm never rotates sa.key/sa.pub, so there is no need to delete tokens/restart pods Signed-off-by:
Etienne Champetier <e.champetier@ateme.com>
-
- Jan 18, 2021
-
-
Sergey authored
* Add prompt to upgrade node or delay before upgrade * add docs
-
- Feb 17, 2020
-
-
Flowkap authored
UPdate docs to match actuall required settings to perform an unsafe upgrade using cluster.yml playbook. Relates to https://github.com/kubernetes-sigs/kubespray/issues/4736 and https://github.com/kubernetes-sigs/kubespray/issues/4139 (#5609)
-
- Dec 04, 2019
-
-
Maxime Guyot authored
-
- Oct 16, 2019
-
-
Dennis Field authored
Since it is unsupported to skip upgrades, I've detailed the steps for upgrading a step at a time and removed some language that indicated it should work
-
- Sep 26, 2019
-
-
陈谭军 authored
-
- Sep 19, 2018
-
-
Karol Chrapek authored
-
- Sep 13, 2018
-
-
Karol Chrapek authored
-
- Jul 10, 2018
-
-
Matthew Mosesohn authored
-
- Jul 06, 2018
-
-
Matthew Mosesohn authored
* Add tags for cert serial tasks This will help facilitate tag-based deployment of specific components. * fixup kubernetes node
-
- Feb 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Sep 26, 2017
-
-
Matthew Mosesohn authored
* Enable upgrade to kubeadm * fix kubedns upgrade * try upgrade route * use init/upgrade strategy for kubeadm and ignore kubedns svc * Use bin_dir for kubeadm * delete more secrets * fix waiting for terminating pods * Manually enforce kube-proxy for kubeadm deploy * remove proxy. update to kubeadm 1.8.0rc1
-
- Jun 16, 2017
-
-
Spencer Smith authored
-
- Mar 30, 2017
-
-
Justin Downing authored
Clarify that the `kube_version` environment variable is needed for the CLI "graceful upgrade". Also add and example to check that the upgrade was successful.
-
- Mar 16, 2017
-
-
Vincent Schwarzer authored
- added -b and fixed typo in ansible-playbook command - fixed formatting issue
-
- Feb 16, 2017
-
-
Matthew Mosesohn authored
Based on #718 introduced by rsmitty. Includes all roles and all options to support deployment of new hosts in case they were added to inventory. Main difference here is that master role is evaluated first so that master components get upgraded first. Fixes #694
-
- Dec 07, 2016
-
-
Matthew Mosesohn authored
-