This repository has been archived by the owner on Jul 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #307 from ivan4th/update-for-k8s-1-14
Add support for k8s 1.14, drop k8s 1.10 and 1.11
- Loading branch information
Showing
14 changed files
with
149 additions
and
525 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,41 @@ | ||
# Version 1.10.13 | ||
KUBEADM_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.13/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_10=a577dd72a1a4a1a82468d9ce2375c33e9a8a5adf | ||
HYPERKUBE_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.13/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_10=bb219f362e1e542fef6563c01c6556e55338c61e | ||
KUBECTL_LINUX_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.13/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_10=37c46a35edbe69e28a65a872e735c154402cd4a6 | ||
KUBECTL_DARWIN_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.13/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_10=220b0dc38fd7c9a5aeb412589172020b6819e1b3 | ||
# Version 1.12.8 | ||
KUBEADM_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.8/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_12=c71653be73a66109b25f92322464ae7458557415 | ||
HYPERKUBE_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.8/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_12=42f34ac1137fa9447c1a8fe4386886f1febf8e03 | ||
KUBECTL_LINUX_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.8/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_12=7110f444d9a0e8f74d76c3d09e108f1641696149 | ||
KUBECTL_DARWIN_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.8/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_12=cdd2169e5bbbccabf5e8f01afcb87b2381df7d2f | ||
|
||
# Version 1.11.7 | ||
KUBEADM_URL_1_11='https://storage.googleapis.com/kubernetes-release/release/v1.11.7/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_11=9a98fff2414f93a93115fb8b304a6bba92e28a60 | ||
HYPERKUBE_URL_1_11='https://storage.googleapis.com/kubernetes-release/release/v1.11.7/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_11=6b027bc6d0c2070ccda0e695880145e189c82f1e | ||
KUBECTL_LINUX_URL_1_11='https://storage.googleapis.com/kubernetes-release/release/v1.11.7/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_11=142b72418855b985b8a89e81f17df9d5fb88f1a9 | ||
KUBECTL_DARWIN_URL_1_11='https://storage.googleapis.com/kubernetes-release/release/v1.11.7/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_11=9bd37b3eda2fae9f83cc7bcd584216f85ba17304 | ||
# Version 1.13.5 | ||
KUBEADM_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.5/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_13=555423deada0f55b16030aecdbcbb59fac879e4a | ||
HYPERKUBE_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.5/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_13=425618bce9c3291c6a65611fc2036ab522ffd48d | ||
KUBECTL_LINUX_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.5/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_13=0e994d77be036cf9c7965f81248292dc8a11cd8c | ||
KUBECTL_DARWIN_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.5/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_13=c99d60886cb6e68cb4725a930fca0421d9ee8732 | ||
|
||
# Version 1.12.5 | ||
KUBEADM_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.5/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_12=c62767b492bdf98bf90ead913dfad2e94dec80f4 | ||
HYPERKUBE_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.5/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_12=26ca10c97011e96e5ca55deae3bce1f829e8d194 | ||
KUBECTL_LINUX_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.5/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_12=fe8a1096c9a9167725eeb55ade4625b1fc67c270 | ||
KUBECTL_DARWIN_URL_1_12='https://storage.googleapis.com/kubernetes-release/release/v1.12.5/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_12=715663dd9f2e34f2d195bc664174b17f51094740 | ||
|
||
# Version 1.13.3 | ||
KUBEADM_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_13=a89c340c5128be555d560f6cd18b450030c08f73 | ||
HYPERKUBE_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_13=ce2fdb27fc32a06d8124b7e97cf61c21c1e2f02e | ||
KUBECTL_LINUX_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_13=6e332647317032e5982db98f4abf80c88c8b3de2 | ||
KUBECTL_DARWIN_URL_1_13='https://storage.googleapis.com/kubernetes-release/release/v1.13.3/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_13=45a1c5037f139af53e00a0c310bf04fa158a862e | ||
# Version 1.14.1 | ||
KUBEADM_URL_1_14='https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_14=886e607321b4a7bf28d97e7833dcbfbb795d4613 | ||
HYPERKUBE_URL_1_14='https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_14=0012a3c9a0259990be1e6659fc642c80e8b90e8d | ||
KUBECTL_LINUX_URL_1_14='https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/linux/amd64/kubectl' | ||
KUBECTL_LINUX_SHA1_1_14=fd57c812083d5dde4745b3216453d0e1e4ee64df | ||
KUBECTL_DARWIN_URL_1_14='https://storage.googleapis.com/kubernetes-release/release/v1.14.1/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_14=fd537d239de8e0c9b5625fe87e3e15bb8649b608 | ||
|
||
# url and sha1sum of hyperkube binary -- only used for prebuilt hyperkube | ||
KUBEADM_URL=${KUBEADM_URL:-${KUBEADM_URL_1_13}} | ||
KUBEADM_SHA1=${KUBEADM_SHA1:-${KUBEADM_SHA1_1_13}} | ||
HYPERKUBE_URL=${HYPERKUBE_URL:-${HYPERKUBE_URL_1_13}} | ||
HYPERKUBE_SHA1=${HYPERKUBE_SHA1:-${HYPERKUBE_SHA1_1_13}} | ||
KUBECTL_LINUX_URL=${KUBECTL_LINUX_URL:-${KUBECTL_LINUX_URL_1_13}} | ||
KUBECTL_LINUX_SHA1=${KUBECTL_LINUX_SHA1:-${KUBECTL_LINUX_SHA1_1_13}} | ||
KUBECTL_DARWIN_URL=${KUBECTL_DARWIN_URL:-${KUBECTL_DARWIN_URL_1_13}} | ||
KUBECTL_DARWIN_SHA1=${KUBECTL_DARWIN_SHA1:-${KUBECTL_DARWIN_SHA1_1_13}} | ||
KUBEADM_URL=${KUBEADM_URL:-${KUBEADM_URL_1_14}} | ||
KUBEADM_SHA1=${KUBEADM_SHA1:-${KUBEADM_SHA1_1_14}} | ||
HYPERKUBE_URL=${HYPERKUBE_URL:-${HYPERKUBE_URL_1_14}} | ||
HYPERKUBE_SHA1=${HYPERKUBE_SHA1:-${HYPERKUBE_SHA1_1_14}} | ||
KUBECTL_LINUX_URL=${KUBECTL_LINUX_URL:-${KUBECTL_LINUX_URL_1_14}} | ||
KUBECTL_LINUX_SHA1=${KUBECTL_LINUX_SHA1:-${KUBECTL_LINUX_SHA1_1_14}} | ||
KUBECTL_DARWIN_URL=${KUBECTL_DARWIN_URL:-${KUBECTL_DARWIN_URL_1_14}} | ||
KUBECTL_DARWIN_SHA1=${KUBECTL_DARWIN_SHA1:-${KUBECTL_DARWIN_SHA1_1_14}} | ||
|
||
K8S_VERSIONS="1.10 1.11 1.12 1.13" | ||
K8S_VERSIONS="1.12 1.13 1.14" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.