kubernetes/test
Kubernetes Submit Queue 1bc5b822cd Merge pull request #36479 from Random-Liu/node-e2e-node-name
Automatic merge from submit-queue

Node Conformance & E2E: Get node name from node object.

This PR changes the node e2e test framework to get node name from apiserver instead of test flags.

When a user tried out the node conformance test, he found that node conformance test will not work properly if kubelet is started with `hostname-override`.

The reason is that node conformance test is using [the default node name - `os.Hostname`](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_node/e2e_node_suite_test.go#L124), which may be different from `hostname-override`. This will cause test pods not scheduled, and eventually test timeout.

We can expose a flag from node conformance test, and let user set node name themselves if they are using `hostname-override` on kubelet. However, let the framework automatically detect it from apiserver is more user friendly.

/cc @kubernetes/sig-node 
This PR 1) only changes node e2e test framework; 2) fixes a problem in node conformance test which is a 1.5 feature. @saad-ali Can we have this in 1.5?
2016-11-10 18:56:53 -08:00
..
e2e Merge pull request #36479 from Random-Liu/node-e2e-node-name 2016-11-10 18:56:53 -08:00
e2e_node Merge pull request #36479 from Random-Liu/node-e2e-node-name 2016-11-10 18:56:53 -08:00
fixtures Fix typos and linted_packages sorting 2016-10-31 18:31:08 +01:00
images Should not defer conn.Close when leaking the connection 2016-11-03 22:07:07 -07:00
integration Merge pull request #36134 from liggitt/kubelet-auth-cleanup 2016-11-06 08:33:04 -08:00
kubemark Fix non-default etcd image handling in kubemark 2016-11-08 08:29:39 +01:00
list Improve update_owners.py username detection and error message. 2016-10-28 13:23:19 -07:00
soak serve_hostnames: fix compilation 2016-10-25 09:27:17 -07:00
utils Merge pull request #35204 from gmarek/node-affinity 2016-11-03 05:09:12 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
test_owners.csv Merge pull request #34877 from resouer/e2e-log-path 2016-11-10 08:35:59 -08:00