k3s/test/e2e_node
k8s-merge-robot 8a04506546 Merge pull request #23009 from uluyol/c-pause
Automatic merge from submit-queue

Reimplement 'pause' in C - smaller footprint all around

Statically links against musl. Size of amd64 binary is 3560 bytes.

I couldn't test the arm binary since I have no hardware to test it on, though I assume we want it to work on a raspberry pi.

This PR also adds the gcc5/musl cross compiling image used to build the binaries.

@thockin
2016-05-08 09:29:32 -07:00
..
environment Node e2e documentations and minor features 2016-02-26 10:58:48 -08:00
jenkins Revert "Disable coreos nodes from node e2e due to issues with ssh on coreos." 2016-04-29 18:24:55 -07:00
runner Don't clean up files on image-based tests since the instance will be deleted anyway and this is flaky on CoreOS. Fixed #24297 2016-04-15 10:32:26 -07:00
README.md Node e2e documentations and minor features 2016-02-26 10:58:48 -08:00
container.go refactor e2e_node conformance test 2016-04-28 16:20:14 +08:00
container_manager_test.go fix #24937: flake pod not found 2016-05-05 15:29:28 +08:00
doc.go Refactor node e2e tests 2016-02-22 20:06:15 -08:00
e2e_build.go Refactor node e2e tests 2016-02-22 20:06:15 -08:00
e2e_node_suite_test.go Merge pull request #25004 from yifan-gu/mask_locksmithd 2016-05-06 14:15:43 -07:00
e2e_remote.go Incremental improvements to kubelet e2e tests 2016-04-18 13:56:07 -07:00
e2e_service.go Fix node e2e startServer failure output 2016-05-02 14:30:59 -04:00
exec_util.go e2e_node: port privileged pod tests from test/e2e/priviliged.go 2016-04-06 19:09:07 -07:00
image.go refactor e2e_node conformance test 2016-04-28 16:20:14 +08:00
image_conformance_test.go refactor e2e_node conformance test 2016-04-28 16:20:14 +08:00
kubelet_test.go Framework support for node e2e. 2016-04-29 15:37:35 -07:00
mirror_pod_test.go build/pause: write in C 2016-05-04 21:45:52 -04:00
privileged_test.go node_e2e: disable serialized image pulls and increase test timeout 2016-04-21 15:34:28 -07:00
runtime_conformance_test.go refactor e2e_node conformance test 2016-04-28 16:20:14 +08:00
util.go Framework support for node e2e. 2016-04-29 15:37:35 -07:00

README.md

WARNING WARNING WARNING WARNING WARNING

PLEASE NOTE: This document applies to the HEAD of the source tree

If you are using a released version of Kubernetes, you should refer to the docs that go with that version.

The latest release of this document can be found [here](http://releases.k8s.io/release-1.1/docs/devel/collab.md).

Documentation for other releases can be found at releases.k8s.io.

See e2e-node-tests

Analytics