mirror of https://github.com/k3s-io/k3s
Use fixed release for salt to avoid regression in release post 2016.3.2
parent
4a13431af3
commit
bb0bc660cf
|
@ -70,5 +70,5 @@ EOF
|
|||
#
|
||||
# -M installs the master
|
||||
set +x
|
||||
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://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 stable 2016.3.2
|
||||
set -x
|
||||
|
|
|
@ -65,4 +65,4 @@ EOF
|
|||
#
|
||||
# We specify -X to avoid a race condition that can cause minion failure to
|
||||
# install. See https://github.com/saltstack/salt-bootstrap/issues/270
|
||||
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -X
|
||||
curl -L --connect-timeout 20 --retry 6 --retry-delay 10 https://bootstrap.saltstack.com | sh -s -- -X stable 2016.3.2
|
||||
|
|
Loading…
Reference in New Issue