Upgrade to k8s v1.22.10
This commit is contained in:
parent
af92a26954
commit
7e0378d75d
|
|
@ -73,7 +73,7 @@ Check the current default value of `kube_version` in cloned repository.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cd kubespray
|
cd kubespray
|
||||||
ansible-playbook -i inventory/prod/inventory.ini -e kube_version=v1.19.4 -e upgrade_cluster_setup=true cluster.yml
|
ansible-playbook -i inventory/prod/inventory.ini -e kube_version=v1.22.10 -e upgrade_cluster_setup=true cluster.yml
|
||||||
# or just the newest version
|
# or just the newest version
|
||||||
ansible-playbook -i inventory/prod/inventory.ini -e upgrade_cluster_setup=true cluster.yml
|
ansible-playbook -i inventory/prod/inventory.ini -e upgrade_cluster_setup=true cluster.yml
|
||||||
# upgrade to specific calico version (did not trigger/ failed)
|
# upgrade to specific calico version (did not trigger/ failed)
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ echo "##########################################################################
|
||||||
echo "## Activating pyenv venv"
|
echo "## Activating pyenv venv"
|
||||||
eval "$(pyenv init -)"
|
eval "$(pyenv init -)"
|
||||||
eval "$(pyenv virtualenv-init -)"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
pyenv virtualenv 3.8.3 infrapuzzle-bootstrap
|
pyenv virtualenv 3.10.8 infrapuzzle-bootstrap
|
||||||
pyenv activate infrapuzzle-bootstrap
|
pyenv activate infrapuzzle-bootstrap
|
||||||
python -m pip install -r kubespray/requirements.txt
|
python -m pip install -r kubespray/requirements.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue