k3s/hack/lib
Kubernetes Submit Queue dae3bddf90 Merge pull request #32884 from Random-Liu/separate-build-for-node-e2e
Automatic merge from submit-queue

Add separate build process for node test.

This PR is part of https://github.com/kubernetes/kubernetes/pull/31093. However, because currently node e2e is built on `KUBE_TEST_PLATFORMS`, which includes linux/amd64, darwin/amd64, windows/amd64 and linux/arm, it caused #32251 to fail.

In fact, node e2e is running on the same node with kubelet, and it also has built-in apiserver, etcd and namespace controller. All of them are only built on `KUBE_SERVER_PLATFORMS`, so node e2e should also only be built on those platforms.
```
KUBE_SERVER_PLATFORMS=(
     linux/amd64
     linux/arm
     linux/arm64
   )
```

This PR added a separate build process for node e2e to address this.

@vishh Do you need this for v1.4? because this blocks your #32251. /cc @dchen1107
2016-09-16 14:16:57 -07:00
..
etcd.sh stick to 2.2.1 etcd 2016-09-09 16:35:05 -07:00
golang.sh Merge pull request #32884 from Random-Liu/separate-build-for-node-e2e 2016-09-16 14:16:57 -07:00
init.sh Handle spaces in some hack/ scripts. Cleanup after hyperkube build. 2016-08-15 21:13:13 +00:00
swagger.sh Adding a script to update federation API reference docs 2016-08-31 13:21:42 -07:00
test.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
util.sh Namespace certificates API group 2016-09-01 14:39:06 -04:00
version.sh Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00