add scripts to upgrade ubuntu nodes and upgrade k8s cluster [ci skip]

This commit is contained in:
Viktor Barzin 2025-05-04 11:24:37 +00:00
parent 7fd0de65f4
commit 2372c94f59
3 changed files with 25 additions and 11 deletions

8
update_node.sh Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
# sudo apt update && sudo apt autoremove -y && sudo apt upgrade -y
sudo do-release-upgrade
sudo apt update && sudo apt autoremove -y && sudo apt upgrade -y