mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 15:30:19 +00:00
Update rke2.sh
This commit is contained in:
parent
d9f81a1900
commit
541efa1826
1 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Create SSH Config file to ignore checking (don't use in production!)
|
# Create SSH Config file to ignore checking (don't use in production!)
|
||||||
echo "StrictHostKeyChecking no" > ~/.ssh/config
|
sed -i '1s/^/StrictHostKeyChecking no\n/' ~/.ssh/config
|
||||||
|
|
||||||
#add ssh keys for all nodes
|
#add ssh keys for all nodes
|
||||||
for node in "${all[@]}"; do
|
for node in "${all[@]}"; do
|
||||||
|
@ -262,4 +262,4 @@ while [[ $(kubectl get svc -n cattle-system 'jsonpath={..status.conditions[?(@.t
|
||||||
done
|
done
|
||||||
kubectl get svc -n cattle-system
|
kubectl get svc -n cattle-system
|
||||||
|
|
||||||
echo -e " \033[32;5mAccess Rancher from the IP above - Password is admin!\033[0m"
|
echo -e " \033[32;5mAccess Rancher from the IP above - Password is admin!\033[0m"
|
||||||
|
|
Loading…
Reference in a new issue