![]() 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. |
||
---|---|---|
.. | ||
build | ||
environment | ||
jenkins | ||
remote | ||
runner | ||
services | ||
apparmor_test.go | ||
benchmark_util.go | ||
cgroup_manager_test.go | ||
container_manager_test.go | ||
container.go | ||
density_test.go | ||
disk_eviction_test.go | ||
doc.go | ||
dynamic_kubelet_configuration_test.go | ||
e2e_node_suite_test.go | ||
gubernator.sh | ||
image_conformance_test.go | ||
image_list.go | ||
image.go | ||
kubelet_test.go | ||
memory_eviction_test.go | ||
mirror_pod_test.go | ||
OWNERS | ||
README.md | ||
resource_collector.go | ||
resource_usage_test.go | ||
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