add scripts to upgrade ubuntu nodes and upgrade k8s cluster [ci skip]
This commit is contained in:
parent
b052dfcb6f
commit
45aa950189
5 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