Benjamin Elder
|
dbae27393f
|
update bazel to go 1.12.1
|
2019-03-15 10:58:11 -07:00 |
Benjamin Elder
|
1bee729248
|
update kube-cross version
|
2019-03-15 10:53:39 -07:00 |
Benjamin Elder
|
e4d447deed
|
install go1.12.1 in the cross image
|
2019-03-15 10:48:26 -07:00 |
Kubernetes Prow Robot
|
8fd6342684
|
Merge pull request #74799 from lubinsz/pr_bazel
Add bazel-test-integration support for Arm64
|
2019-03-12 23:53:31 -07:00 |
Bin Lu
|
973a3c7233
|
Add bazel-test-integration for Arm64
Signed-off-by: Bin Lu <bin.lu@arm.com>
|
2019-03-08 14:01:15 +08:00 |
Tim Allclair
|
820a1dc96b
|
Add node.k8s.io/v1beta1 API
|
2019-03-07 11:57:12 -08:00 |
Tim Allclair
|
63f61a6714
|
Migrate RuntimeClass to internal API
|
2019-03-07 11:07:54 -08:00 |
Kubernetes Prow Robot
|
18cc11566f
|
Merge pull request #75038 from soltysh/makefile_update
Add examples how to run make test-cmd specific tests
|
2019-03-07 08:40:59 -08:00 |
Kubernetes Prow Robot
|
0b48018a39
|
Merge pull request #71192 from roycaihw/crd-publish-openapi
Publish CRD openapi
|
2019-03-07 03:54:58 -08:00 |
Maciej Szulik
|
a3fe72b9a8
|
Add examples how to run make test-cmd specific tests
|
2019-03-07 10:05:20 +01:00 |
Kubernetes Prow Robot
|
bd8eeaaaaf
|
Merge pull request #74468 from ixdy/bazel-cgo-crossbuild
bazel: improve multi-arch support for docker image artifacts
|
2019-03-06 20:35:11 -08:00 |
Jeff Grafton
|
a259fd2f69
|
bazel maintain support for arch-less-named tarballs
|
2019-03-06 12:56:10 -08:00 |
Jeff Grafton
|
8495f7c9ed
|
bazel: add docker_push rules
|
2019-03-06 12:35:33 -08:00 |
Jeff Grafton
|
5b7602a525
|
bazel: refactor core docker images to use multi_arch_container
|
2019-03-06 11:54:49 -08:00 |
Jeff Grafton
|
d7c2c2a606
|
bazel: refactor multi-arch container builds into starlark
|
2019-03-06 11:40:33 -08:00 |
Kubernetes Prow Robot
|
9f7560de70
|
Merge pull request #74153 from ixdy/bazel-kubernetes-src-tarball-new
bazel: make kubernetes-src.tar.gz actually include all srcs
|
2019-03-05 21:42:00 -08:00 |
Haowei Cai
|
301928e1a2
|
Makefile.generated_files: generate apiextension-apiserver openapi definition
|
2019-03-05 08:11:33 -08:00 |
Jeff Grafton
|
e7888f2cf0
|
bazel: add a small TODO comment
|
2019-03-03 21:09:23 -08:00 |
Jeff Grafton
|
84a5a176a5
|
bazel: add target for multi-arch docker tags on server images
These aren't used in the images saved in the release tars, but could be
used for images that are pushed to gcr.io.
|
2019-03-03 21:09:23 -08:00 |
Kubernetes Prow Robot
|
36e934d0a9
|
Merge pull request #74632 from cblecker/go-1.12
Update to use golang 1.12
|
2019-03-01 03:47:06 -08:00 |
Christoph Blecker
|
f1d2fee259
|
Upgrade to go1.12.0
|
2019-02-28 14:10:08 -08:00 |
Michael Taufen
|
98edbf41bc
|
upload Windows startup scripts to GCS for CI
|
2019-02-25 16:44:57 -08:00 |
Jeff Grafton
|
cbea3c3108
|
Always build the full kubernetes-src tarball
|
2019-02-25 15:33:53 -08:00 |
Jeff Grafton
|
e2ebf254ea
|
Create vendor->staging symlinks in kubernetes-src.tar.gz
|
2019-02-25 15:33:53 -08:00 |
Jeff Grafton
|
a92c26d843
|
bazel: create genrules to produce debs and RPMs without arch-specific names
|
2019-02-23 15:44:34 -08:00 |
Kubernetes Prow Robot
|
0133d14170
|
Merge pull request #72939 from runyontr/test-cmd-what
Test cmd what
|
2019-02-23 02:54:36 -08:00 |
Jeff Grafton
|
4485b5c649
|
Add lots of comments
|
2019-02-22 18:50:21 -08:00 |
Jeff Grafton
|
0cd986d364
|
Add config modes to .bazelrc for crossbuilding
|
2019-02-22 18:50:21 -08:00 |
Jeff Grafton
|
6a12517493
|
Use for_platforms with //:_binary-artifacts-and-hashes
|
2019-02-22 18:50:21 -08:00 |
Jeff Grafton
|
02987016cc
|
Mark lots of things with tag 'manual'
|
2019-02-22 18:50:21 -08:00 |
Jeff Grafton
|
4b50d9352f
|
Make release-tars multiplatform
|
2019-02-22 18:50:21 -08:00 |
Jeff Grafton
|
bc316e3dc1
|
Add auto-defined ALL_PLATFORMS field and support for dicts in for_platforms
|
2019-02-22 18:50:21 -08:00 |
Jeff Grafton
|
dfdfc2e5b8
|
Make debs, rpms, and docker images multiarch
|
2019-02-22 18:50:18 -08:00 |
Jeff Grafton
|
7a938eb541
|
Create work-around wrappers for pure attribute on go_binary and go_test
This enables cgo when cross-compiling certain tests and binaries to
Linux, while disabling cgo for Windows and Darwin.
|
2019-02-22 18:08:34 -08:00 |
Jeff Grafton
|
52aab6ffef
|
Refactor CNI, CRI, and image dependencies into workspace.bzl
|
2019-02-22 18:08:34 -08:00 |
Jeff Grafton
|
6bce28c0bc
|
Update repo-infra dependency
|
2019-02-22 18:08:34 -08:00 |
Thomas Runyon
|
a502b96326
|
changed cleanup function name to not overwrite actualy cleanup() function
|
2019-02-22 21:01:54 -05:00 |
Kubernetes Prow Robot
|
fd7acc3275
|
Merge pull request #74065 from ixdy/break-up-test-tarball
break up the test tarball
|
2019-02-22 17:58:23 -08:00 |
Kubernetes Prow Robot
|
3afa003126
|
Merge pull request #73555 from bsalamat/priority_to_ga
Graduate PriorityClass API to GA
|
2019-02-22 16:14:49 -08:00 |
Bobby (Babak) Salamat
|
1dac6d03e3
|
generated files
|
2019-02-22 10:51:15 -08:00 |
Jeff Grafton
|
c5c0e422ae
|
add comments to explain fancy bash expressions
|
2019-02-21 13:17:58 -08:00 |
Jeff Grafton
|
3469579a63
|
bazel: create split test tarballs
|
2019-02-21 13:17:55 -08:00 |
Jeff Grafton
|
640a879e0b
|
bash build system: create split test tarballs
|
2019-02-21 13:17:25 -08:00 |
Thomas Runyon
|
f97170ea38
|
Merge remote-tracking branch 'upstream/master' into test-cmd-what
|
2019-02-21 11:35:23 -05:00 |
Jordan Liggitt
|
f139218ac0
|
generated files
|
2019-02-20 23:32:46 -05:00 |
Jeff Grafton
|
e216995ef1
|
Update repo-infra, bazel-skylib, rules_docker, and rules_go dependencies
Also require bazel 0.18.0+
|
2019-02-12 17:55:10 -08:00 |
Kubernetes Prow Robot
|
66149bd61d
|
Merge pull request #73033 from Liujingfang1/kustomizeSubcommand
add kustomize as a subcommand in kubectl
|
2019-02-12 15:10:36 -08:00 |
Jingfang Liu
|
8d6ab20753
|
add kustomize as a subcommand in kubectl
|
2019-02-11 16:43:57 -08:00 |
Kubernetes Prow Robot
|
b50c643be0
|
Merge pull request #73540 from rlenferink/patch-5
Updated OWNERS files to include link to docs
|
2019-02-08 09:05:56 -08:00 |
Kubernetes Prow Robot
|
a7966022d7
|
Merge pull request #73714 from tallclair/debian-base
Bump debian-* base image versions to latest
|
2019-02-07 19:44:44 -08:00 |