This is the process I use to update PrograMaker's kubernetes cluster.
Update kubernetes
Target
Tool
This is the process I use to update PrograMaker's kubernetes cluster.
Steps
Go to your kubespray local repository
Do git fetch
Find the next tag you can move to
Use git checkout
to move to it
Find the kube_version supported by that tag
Write it on your variable for kube_version
, probably on group_vars/k8s-cluster/k8s-cluster.yml
Considering your hosts file is in inventory/mycluster/hosts.yml
Run upgrade_cluster
ansible-playbook -i inventory/mycluster/hosts.yml upgrade-cluster.yml