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 b052dfcb6f
commit 45aa950189
5 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