Geon-Ju Kim
181485212b
Remove unnecessary quotes from get-kube scripts
2021-05-15 13:27:09 +09:00
Eddie Zaneski
cebb1b3393
Use gsutil to download kube binaries and release
...
Default to using gsutil to download kube artifacts to avoid network
interruptions.
Signed-off-by: Eddie Zaneski <eddiezane@gmail.com>
2020-10-16 09:56:25 -06:00
Shihang Zhang
e99dbbde62
replace sha1 with sha512
2020-09-23 11:27:20 -07:00
Manjunath A Kumatagi
f48cdfb9b9
Add missing ppc64le architecture in the get-kube* scripts
2020-08-07 11:14:09 +05:30
Xiang Dai
e09bc312cb
*.sh: cleanup all white noise
...
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
2020-05-29 09:56:00 +08:00
Benjamin Elder
f90726a6a6
fix get-kube authorization headers
2020-02-20 14:07:14 -08:00
Sen Lu
e3fdebbe62
auth/cloud-platform is a superset of devstorage.
...
Also fix the curl in get-kube.sh
2019-09-23 14:14:03 -07:00
Javier Pérez Hernández
da05effe4b
get-kube-binaries: use GCE token to fetch artifacts from GCS
...
Change-Id: Ibbb61470d6a6bcd70b33cc326d425e3c382317cf
2019-06-12 17:13:59 -07:00
Kubernetes Prow Robot
657951c3ed
Merge pull request #74889 from akutz/feature/get-kube-binaries-client-choice
...
Allow choice of os/arch when downloading client
2019-03-21 22:50:57 -07:00
akutz
020dc47073
Allow choice of os/arch when downloading client
...
This patch introduces `KUBERNETES_CLIENT_OS` and
`KUBERNETES_CLIENT_ARCH` to the script `cluster/get-kube-binaries.sh` in
order to download a client that is not the OS/Arch of the host on which
the script is executing.
2019-03-04 10:23:04 -06:00
Jeff Grafton
b360f95eb3
cleanup: we always need to download client and server tarballs
2019-02-21 13:17:58 -08:00
Jeff Grafton
56949c7834
Support split test tarballs in get-kube-binaries.sh
2019-02-21 13:17:58 -08:00
Yu-Ju Hong
1bba009689
Fix setting NODE_ARCH and NODE_PLATFORM
2019-02-11 13:55:44 -08:00
Benjamin Elder
b7ab09f572
fix get-kube-binaries.sh shellcheck lints
2019-01-12 09:48:32 -08:00
Yu-Ju Hong
62db510fe0
Allow setting KUBERNETES_NODE_ARCH to download node binaries
2018-12-19 10:25:34 -08:00
Yu-Ju Hong
f87fcf6ce8
GCE: enable downloading and staging of the node binaries
...
Currently, only kubernetes-server-linux-<arch>.tar.gz will be downloaded
and staged for tests. It is not possible to test a cluster where the
platform/arch of the nodes differs from that of the master
control-plane. This changes allows downloading and staging node
binaries, in addition to the existing server binaries.
2018-12-10 16:58:44 -08:00
Jeff Grafton
b0ae0d074e
Make get-kube.sh work properly the "ci/latest" pointer
2017-04-05 15:02:10 -07:00
Erick Fejta
106a8ce469
Do not override KUBERNETES_RELEASE if already set
2017-03-17 15:29:21 -07:00
Jeff Grafton
cbee65a6d2
Automatically download missing kube binaries in kube-up/kube-down.
2016-12-13 14:59:13 -08:00
gajju26
70b92aab45
PR-2 Making docker images availabe for s390x on gcr.io repository and enables s390x support to kube-dns , pause, addon-manager, etcd, hyperkube, kube-discovery modules
2016-12-09 14:38:02 +05:30
Jeff Grafton
7436b315c4
Use curl -f in cluster/get-kube.sh
2016-11-04 11:48:15 -07:00
Ryan Hitchman
5e54fa72c6
Prefer sha1sum (C) to shasum (Perl).
...
This should avoid spamming build-log.txt with messages like:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
OSX has shasum but not sha1sum, which is part of GNU coreutils.
2016-10-26 16:15:03 -07:00
Jeff Grafton
db3fd62f1d
Make get-kube.sh smarter when choosing if it should download
2016-10-26 11:17:56 -07:00
Jeff Grafton
2e503c1a54
Add option to get-kube-binaries.sh to download and extract tests
...
Also fix an unset variable
2016-10-18 16:13:38 -07:00
Jeff Grafton
74991aa81d
Create a get-kube-binaries script to download client/server tarballs
...
Also fix some errors in get-kube.sh, and remove client architectures we
don't officially support.
2016-10-07 16:01:27 -07:00