mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-20 00:48:10 -04:00
Automatic merge from submit-queue Fix node e2e issues on selinux enabled systems It fixes following 3 node e2es: ``` [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits [It] it should run with the expected status [Conformance] /root/upstream-code/gocode/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:114 [Fail] [k8s.io] Kubelet metrics api when querying /stats/summary [It] it should report resource usage through the stats api /root/upstream-code/gocode/src/k8s.io/kubernetes/test/e2e_node/kubelet_test.go:158 ``` ``` [Fail] [k8s.io] Container Runtime Conformance Test container runtime conformance blackbox test when starting a container that exits [It] should report termination message if TerminationMessagePath is set [Conformance] /root/upstream-code/gocode/src/k8s.io/kubernetes/test/e2e_node/runtime_conformance_test.go:150 ``` @kubernetes/rh-cluster-infra |
||
|---|---|---|
| .. | ||
| environment | ||
| jenkins | ||
| runner | ||
| configmap.go | ||
| container.go | ||
| container_list.go | ||
| container_manager_test.go | ||
| doc.go | ||
| downward_api_test.go | ||
| e2e_build.go | ||
| e2e_node_suite_test.go | ||
| e2e_remote.go | ||
| e2e_service.go | ||
| exec_util.go | ||
| image.go | ||
| image_conformance_test.go | ||
| kubelet_test.go | ||
| mirror_pod_test.go | ||
| OWNERS | ||
| privileged_test.go | ||
| README.md | ||
| runtime_conformance_test.go | ||
| util.go | ||
![]()
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