mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #7026 from justinsb/aws_use_ssl_for_salt
AWS: master should download salt using SSL
This commit is contained in:
commit
82190a58b1
@ -58,5 +58,5 @@ EOF
|
|||||||
#
|
#
|
||||||
# -M installs the master
|
# -M installs the master
|
||||||
set +x
|
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
|
set -x
|
||||||
|
Loading…
Reference in New Issue
Block a user