mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
AWS: master should download salt using SSL
The minion already does, but the master was using plain http.
This commit is contained in:
parent
eb1ea26995
commit
7d3fe2154e
@ -58,5 +58,5 @@ EOF
|
||||
#
|
||||
# -M installs the master
|
||||
set +x
|
||||
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 http://bootstrap.saltstack.com | sh -s -- -M -X
|
||||
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -M -X
|
||||
set -x
|
||||
|
Loading…
Reference in New Issue
Block a user