• Kubernetes Submit Queue's avatar
    Merge pull request #32884 from Random-Liu/separate-build-for-node-e2e · dae3bddf
    Kubernetes Submit Queue authored
    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
    dae3bddf
Name
Last commit
Last update
..
build-image Loading commit data...
cni Loading commit data...
debian-iptables Loading commit data...
kube-dns Loading commit data...
pause Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
common.sh Loading commit data...
copy-output.sh Loading commit data...
json-extractor.py Loading commit data...
make-build-image.sh Loading commit data...
make-clean.sh Loading commit data...
push-federation-images.sh Loading commit data...
release.sh Loading commit data...
run.sh Loading commit data...
shell.sh Loading commit data...
util.sh Loading commit data...
versionize-docs.sh Loading commit data...