Skip to content

Commit

Permalink
Upgrade Kubernetes to 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
discordianfish committed Jan 22, 2018
1 parent 27ffe93 commit 8a509f2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,20 @@ Parameters:

KubeVersion:
Type: String
Default: 1.8.4
Default: 1.9.2

KubeletImageTag:
Type: String
Default: v1.8.4_coreos.0
Default: v1.9.2_coreos.0

KubeadmVersion:
Type: String
# Default: v1.8.4
# https://storage.googleapis.com/kubernetes-release-dev/ci-cross/latest.txt
Default: v1.10.0-alpha.0.724+160270800f0995
Default: v1.9.2

KubeadmURLRoot:
Type: String
Description: No trailing /
# Default: https://storage.googleapis.com/kubernetes-release/release
Default: https://storage.googleapis.com/kubernetes-release-dev/ci-cross
Default: https://storage.googleapis.com/kubernetes-release/release

KubeadmURLPath:
Type: String
Expand Down

0 comments on commit 8a509f2

Please sign in to comment.