k3s/test/e2e_node/services
Kubernetes Submit Queue ecd525d8aa
Merge pull request #57976 from Random-Liu/node-e2e-non-docker-specific
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Node e2e non docker specific

Fixes https://github.com/kubernetes/kubernetes/issues/57977.

Make node e2e test generic to container runtimes.

With this change, other than tests with `[Feature:Docker]`, all tests can run against all CRI container runtimes.

Note that this PR also marks cpu manager test as `Serial`, because it restarts kubelet during the test. It doesn't cause problem in regular node e2e suite today, because it is skipped if node has less than 2 CPUs, which is the case for our test environment. /cc @balajismaniam 

@yujuhong @mrunalp @feiskyer 
/cc @dashpole @balajismaniam @bprashanth Because I addressed your comments.
/cc @kubernetes/sig-node-pr-reviews 
**Release note**:

```release-note
none
```
2018-01-09 17:26:40 -08:00
..
BUILD e2e node framework can generate a base kubelet config file 2018-01-04 16:47:04 -08:00
apiserver.go
etcd.go Fix build and test errors from etcd 3.2.13 upgrade 2018-01-07 08:22:08 -08:00
internal_services.go fed: Enable the namespace controller in integration tests 2017-07-13 09:50:07 -07:00
kubelet.go Merge pull request #57976 from Random-Liu/node-e2e-non-docker-specific 2018-01-09 17:26:40 -08:00
logs.go Add extra log and node env support. 2017-10-10 18:07:08 -07:00
namespace_controller.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00
server.go
services.go Add extra log and node env support. 2017-10-10 18:07:08 -07:00
util.go