mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
Update longhorn-RKE2.sh
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user