mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-25 01:10:22 +00:00
Update longhorn-RKE2.sh
This commit is contained in:
parent
32619631f5
commit
39a8e00ce0
1 changed files with 9 additions and 0 deletions
|
@ -54,6 +54,15 @@ certName=id_rsa
|
|||
sudo timedatectl set-ntp off
|
||||
sudo timedatectl set-ntp on
|
||||
|
||||
# add open-iscsi - needed for Debian and non-cloud Ubuntu
|
||||
if ! command -v sudo service open-iscsi status &> /dev/null
|
||||
then
|
||||
echo -e " \033[31;5mOpen-ISCSI not found, installing\033[0m"
|
||||
sudo apt install open-iscsi
|
||||
else
|
||||
echo -e " \033[32;5mOpen-ISCSI already installed\033[0m"
|
||||
fi
|
||||
|
||||
# Step 1: Add new longhorn nodes to cluster (note: label added)
|
||||
# Set token variable needed for RKE2 (not required for K3S)
|
||||
token=`cat token`
|
||||
|
|
Loading…
Reference in a new issue