Skip to content

Commit

Permalink
bump k8s versions in install scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Balogh <[email protected]>
  • Loading branch information
pbalogh-sa committed Apr 24, 2020
1 parent 9c8c435 commit 9d51854
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion centos7-multi-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.18.1}"
KUBERNETES_VERSION="${1:-v1.18.2}"

# upgrade first master node
echo ""
Expand Down
2 changes: 1 addition & 1 deletion centos7-multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jq --version || (echo "Please install jq command line tool. https://stedolan.git
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.17.4}"
KUBERNETES_VERSION="${1:-v1.17.5}"

# install first master node
echo ""
Expand Down
2 changes: 1 addition & 1 deletion centos7-single-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.18.1}"
KUBERNETES_VERSION="${1:-v1.18.2}"

vagrant ssh centos1 -c "sudo /banzaicloud/pke upgrade master --kubernetes-version='$KUBERNETES_VERSION'"
2 changes: 1 addition & 1 deletion centos7-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.17.4}"
KUBERNETES_VERSION="${1:-v1.17.5}"

vagrant up centos1
vagrant ssh centos1 -c "sudo /scripts/pke-single.sh '$KUBERNETES_VERSION' '192.168.64.11:6443'"
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-multi-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.18.1}"
KUBERNETES_VERSION="${1:-v1.18.2}"

# upgrade first master node
echo ""
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jq --version || (echo "Please install jq command line tool. https://stedolan.git
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.17.4}"
KUBERNETES_VERSION="${1:-v1.17.5}"

# install first master node
echo ""
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-single-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.18.1}"
KUBERNETES_VERSION="${1:-v1.18.2}"

vagrant ssh ubuntu1 -c "sudo /banzaicloud/pke upgrade master --kubernetes-version='$KUBERNETES_VERSION'"
2 changes: 1 addition & 1 deletion ubuntu-single.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# build latest pke tool
GOOS=linux make pke

KUBERNETES_VERSION="${1:-v1.17.4}"
KUBERNETES_VERSION="${1:-v1.17.5}"

vagrant up ubuntu1
vagrant ssh ubuntu1 -c "sudo /scripts/pke-single.sh '$KUBERNETES_VERSION' '192.168.64.21:6443'"
Expand Down

0 comments on commit 9d51854

Please sign in to comment.