add scripts to upgrade ubuntu nodes and upgrade k8s cluster [ci skip]
This commit is contained in:
parent
7fd0de65f4
commit
2372c94f59
3 changed files with 25 additions and 11 deletions
8
update_node.sh
Normal file
8
update_node.sh
Normal 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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue