kubernetes/test/e2e_node
Kubernetes Submit Queue 22fe385c13 Merge pull request #31653 from euank/kill-the-updates-for-the-nth-time
Automatic merge from submit-queue

test/node-e2e: Update CoreOS update disabling

Previously in this saga... #25004

This disables update-engine and locksmithd with ignition instead of
cloud-init so that they're really totally 100% disabled. Our ignition guy promises.

Pretty much every way of disabling them with cloud-init is mildly racy.

Fixes #31633 

I think @vishh can say "I told you so" after the comment on https://github.com/kubernetes/kubernetes/pull/30023#discussion-diff-73431324 .. he was right, but it turns out "stop" there doesn't really work either because of the mess that is cloud-init. Fortunately, converting our cloud-init to json and calling it "ignition" works quite well 😄 

Testing done: I ssh'd in and verified that yes, they're disabled. I didn't wait on the e2e tests to pass, so we'll let this PR check that.
2016-08-30 00:08:45 -07:00
..
build Move utilities into different packages. Add local and remove runner. 2016-08-24 20:18:45 -07:00
environment Remove unnecessary code after e2e services are statically linked. 2016-08-22 20:51:24 -07:00
jenkins Merge pull request #31653 from euank/kill-the-updates-for-the-nth-time 2016-08-30 00:08:45 -07:00
remote bump cni to 9d5e6e6 2016-08-26 13:13:24 -07:00
runner Move utilities into different packages. Add local and remove runner. 2016-08-24 20:18:45 -07:00
services Move utilities into different packages. Add local and remove runner. 2016-08-24 20:18:45 -07:00
apparmor_test.go Promote AppArmor annotations to beta 2016-08-25 15:40:32 -07:00
benchmark_util.go add throughput in perf data and disable --cgroups-per-qos 2016-08-22 16:04:32 -07:00
cgroup_manager_test.go Disable cgroups-per-qos flag until implementation is stabilized 2016-08-19 11:08:59 -04:00
container_manager_test.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
container.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
density_test.go add throughput in perf data and disable --cgroups-per-qos 2016-08-22 16:04:32 -07:00
disk_eviction_test.go Revert "Avoid disk eviction node e2e test using up all the disk space" 2016-08-26 08:59:42 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
dynamic_kubelet_configuration_test.go Revert "Merge pull request #31297 from mikedanese/revert-kubelet" 2016-08-24 09:06:12 -07:00
e2e_node_suite_test.go Move utilities into different packages. Add local and remove runner. 2016-08-24 20:18:45 -07:00
gubernator.sh Fix GCS permissions and file moving bugs 2016-08-18 14:51:33 -07:00
image_conformance_test.go Skip Flaky, Slow and Serial test in proper jenkins job. 2016-08-02 02:13:50 +00:00
image_list.go make GCI the default node e2e test image. Fix bugs in runner 2016-08-10 11:25:40 -07:00
image.go Revert "Remove pod mutation for PVs with supplemental GIDs" 2016-07-14 17:47:46 -07:00
kubelet_test.go Revert "Avoid disk eviction node e2e test using up all the disk space" 2016-08-26 08:59:42 -07:00
memory_eviction_test.go podName must be lowercase 2016-08-26 15:12:34 -07:00
mirror_pod_test.go Add run-services-mode option, and start e2e services in a separate 2016-08-15 14:45:01 -07:00
OWNERS add Lantao Liu as node e2e reviewer. Relieve pwittroc@ from node e2e maintenance 2016-08-11 12:56:05 -07:00
README.md Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
resource_collector.go add peak (100%) lantecy and CPU usage in perf data 2016-08-19 14:33:38 -07:00
resource_usage_test.go add labels to perf dataset 2016-08-18 17:15:43 -07:00
runtime_conformance_test.go Refactor uuid into its own pkg 2016-07-30 00:07:02 -04:00
util.go Wait for the memory pressure condition to be absent before finishing the memory eviction test 2016-08-26 10:15:28 -07:00

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