k3s/test/e2e_node
k8s-merge-robot c114f32998 Merge pull request #26289 from derekwaynecarr/enable_accounting
Automatic merge from submit-queue

Enable node e2e accounting on systemd

Updated the e2e setup.sh script to enable cpu and memory accounting.

Related to https://github.com/kubernetes/kubernetes/issues/26198

/cc @pwittrock
2016-06-02 13:42:58 -07:00
..
environment Enable node e2e accounting on systemd 2016-05-27 14:25:11 -04:00
jenkins Allow per-environment ginkgo flags to be passed to the node e2e tests so that we can selectively disable slow tests in the PR builder when needed. 2016-05-26 15:05:40 -07:00
runner Node e2e test runner should still exit 0 if tests fail 2016-05-31 09:08:00 -07:00
OWNERS adding a few owners for node e2e framework 2016-06-01 18:11:18 -07:00
README.md
container.go e2e-node test: check runtime ready/restartcount/status 2016-05-12 15:29:35 +08:00
container_list.go Removed all pause image constant strings, now the pause image is chosen by arch. Part of the effort of making e2e arch-agnostic 2016-05-26 19:16:43 +03:00
container_manager_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
doc.go
e2e_build.go Show hack/build-go.sh and ginkgo build output during e2e tests. 2016-05-24 14:53:57 -07:00
e2e_node_suite_test.go Node e2e export test artifacts to jenkins. 2016-05-24 23:00:58 +00:00
e2e_remote.go Merge pull request #26232 from vishh/25713 2016-06-01 21:27:29 -07:00
e2e_service.go Node e2e export test artifacts to jenkins. 2016-05-24 23:00:58 +00:00
exec_util.go Revert "Make Privileged pods node e2e use the framework" 2016-05-29 06:17:35 +02:00
image.go seccomp: add annotations and test for docker runtime 2016-05-24 12:25:21 -07:00
image_conformance_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
kubelet_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
mirror_pod_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00:00
privileged_test.go Revert "Make Privileged pods node e2e use the framework" 2016-05-29 06:17:35 +02:00
runtime_conformance_test.go Pre-pull images in node e2e-tests. Possible resolution for #24905 2016-05-20 05:22:30 +00: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