mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Update longhorn-RKE2.sh
This commit is contained in:
parent
39a8e00ce0
commit
b6b9b0e20b
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ certName=id_rsa
|
|||
sudo timedatectl set-ntp off
|
||||
sudo timedatectl set-ntp on
|
||||
|
||||
# add ssh keys for all nodes
|
||||
for node in "${storage[@]}"; do
|
||||
ssh-copy-id $user@$node
|
||||
done
|
||||
|
||||
# add open-iscsi - needed for Debian and non-cloud Ubuntu
|
||||
if ! command -v sudo service open-iscsi status &> /dev/null
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue