forked from kubernetes-retired/kubeadm-dind-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop k8s 1.7 + broken/unnecessary checks
Fixes kubernetes-retired#110
- Loading branch information
Ivan Shvedunov
committed
Apr 24, 2018
1 parent
effba5c
commit e5f5062
Showing
14 changed files
with
201 additions
and
1,901 deletions.
There are no files selected for viewing
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,31 +1,36 @@ | ||
# Version 1.7.15 | ||
KUBEADM_URL_1_7='https://storage.googleapis.com/kubernetes-release/release/v1.7.15/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_7=b7f12f329192d37386ace277edd816b034b7f8ee | ||
HYPERKUBE_URL_1_7='https://storage.googleapis.com/kubernetes-release/release/v1.7.15/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_7=86aab83667820d0444a3c4d7dc5ed5788237f91d | ||
# Version 1.8.11 | ||
KUBEADM_URL_1_8='https://storage.googleapis.com/kubernetes-release/release/v1.8.11/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_8=dbdbaf6f31dc1111b38a80fa8af29024924d1fc0 | ||
HYPERKUBE_URL_1_8='https://storage.googleapis.com/kubernetes-release/release/v1.8.11/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_8=cbcb32519807c15cf1a55efb86ff3b22ddf28eb9 | ||
KUBECTL_URL_1_8='https://storage.googleapis.com/kubernetes-release/release/v1.8.11/bin/linux/amd64/kubectl' | ||
KUBECTL_SHA1_1_8=6a089bec1802611ad9f5120c486a6e0e00095279 | ||
KUBECTL_DARWIN_URL_1_8='https://storage.googleapis.com/kubernetes-release/release/v1.8.11/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_8=d0b4c54e65b66e106758a84cddb6a5528527b017 | ||
|
||
# Version 1.8.10 | ||
KUBEADM_URL_1_8='https://storage.googleapis.com/kubernetes-release/release/v1.8.10/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_8=61a87be3c3aca1e0c40ca6e0a975bdbce15eb3f1 | ||
HYPERKUBE_URL_1_8='https://storage.googleapis.com/kubernetes-release/release/v1.8.10/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_8=59c85373484ff70291f8bc706c4440fe8d96ce52 | ||
|
||
# Version 1.9.6 | ||
KUBEADM_URL_1_9='https://storage.googleapis.com/kubernetes-release/release/v1.9.6/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_9=3eba73297aac155bcebc9d006eb1ca0cf7ff86f0 | ||
HYPERKUBE_URL_1_9='https://storage.googleapis.com/kubernetes-release/release/v1.9.6/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_9=f456848d59eb7e42f59f9d11d46804ee43e6abd8 | ||
|
||
# Version 1.10.0 | ||
KUBEADM_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_10=ba8ba627c1b3eb576835098ce41c1c9895bbbcee | ||
HYPERKUBE_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.0/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_10=38a2c236a67d0ccbb3ac9404ace6a2705341fb7a | ||
# Version 1.9.7 | ||
KUBEADM_URL_1_9='https://storage.googleapis.com/kubernetes-release/release/v1.9.7/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_9=794841e3f05ccd7f6b6759d487beb14cf4812273 | ||
HYPERKUBE_URL_1_9='https://storage.googleapis.com/kubernetes-release/release/v1.9.7/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_9=79b333a44c20c5f8c40d45e09fa0898b88665dd5 | ||
KUBECTL_URL_1_9='https://storage.googleapis.com/kubernetes-release/release/v1.9.7/bin/linux/amd64/kubectl' | ||
KUBECTL_SHA1_1_9=7425dbf67007cee328b85da3bf5155d01d3939e2 | ||
KUBECTL_DARWIN_URL_1_9='https://storage.googleapis.com/kubernetes-release/release/v1.9.7/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_9=b9f6122fe29dd29fff01194cc00a40a5451581fd | ||
|
||
# Version 1.10.1 | ||
KUBEADM_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.1/bin/linux/amd64/kubeadm' | ||
KUBEADM_SHA1_1_10=c66a5c0baf77f37534dbc1624c8bd19045726b68 | ||
HYPERKUBE_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.1/bin/linux/amd64/hyperkube' | ||
HYPERKUBE_SHA1_1_10=8dc20c079f2caf3a362047e1aa674a177e8a4fb5 | ||
KUBECTL_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.1/bin/linux/amd64/kubectl' | ||
KUBECTL_SHA1_1_10=a5c8e589bed21ec471e8c582885a8c9972a84da1 | ||
KUBECTL_DARWIN_URL_1_10='https://storage.googleapis.com/kubernetes-release/release/v1.10.1/bin/darwin/amd64/kubectl' | ||
KUBECTL_DARWIN_SHA1_1_10=e869ab8298bd92056b23568343ebd4a6c84f9817 | ||
# url and sha1sum of kubeadm binary -- only used for prebuilt kubeadm | ||
KUBEADM_URL=${KUBEADM_URL:-${KUBEADM_URL_1_9}} | ||
KUBEADM_SHA1=${KUBEADM_SHA1:-${KUBEADM_SHA1_1_9}} | ||
KUBEADM_URL=${KUBEADM_URL:-${KUBEADM_URL_1_10}} | ||
KUBEADM_SHA1=${KUBEADM_SHA1:-${KUBEADM_SHA1_1_10}} | ||
|
||
# url and sha1sum of hyperkube binary -- only used for prebuilt hyperkube | ||
HYPERKUBE_URL=${HYPERKUBE_URL:-${HYPERKUBE_URL_1_9}} | ||
HYPERKUBE_SHA1=${HYPERKUBE_SHA1:-${HYPERKUBE_SHA1_1_9}} | ||
HYPERKUBE_URL=${HYPERKUBE_URL:-${HYPERKUBE_URL_1_10}} | ||
HYPERKUBE_SHA1=${HYPERKUBE_SHA1:-${HYPERKUBE_SHA1_1_10}} |
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
Oops, something went wrong.