kubernetes/test/e2e_node/remote
Michael Taufen abb5c3fd5a Fix flag formatting errors in the node tests
There were three problems:
- Lack of a trailing space after prepending flags.
- Passing multiple flags in a string to --kubelet-flags seems to confuse
the flag parser; it stops parsing ALL flags as soon as it sees the
second kubelet flag. Fortunately, all instances of --kubelet-flags are
combined together, so we can just pass two of those.
- --feature-gates should be passed to the test framework, which then
forwards it to the kubelet, instead of using --kubelet-flags.

This hopefully fixes the dynamic config test failures on COS, which
started after #45602.
2017-05-11 11:28:49 -07:00
..
BUILD autogenerated 2017-04-14 10:40:57 -07:00
node_conformance.go Updates e2e_node test to allow both kubenet and cni to be specified for the network plugin. 2017-04-13 09:57:46 -07:00
node_e2e.go Fix flag formatting errors in the node tests 2017-05-11 11:28:49 -07:00
remote.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
ssh.go Add flag to node e2e test specifying location of ssh privkey 2016-12-21 11:52:41 -08:00
types.go Add TestSuite interface and update the CreateTestArchive function. 2016-12-13 19:08:55 -08:00
utils.go Add comment to setupCNI. 2017-04-13 15:11:24 -07:00