Skip to content

Commit

Permalink
Merge pull request kubernetes#374 from feiskyer/fix
Browse files Browse the repository at this point in the history
Correct kubenet config on node e2e tests
  • Loading branch information
spiffxp authored Feb 17, 2017
2 parents a4a73f9 + 2c2a913 commit 4b155b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions contributors/devel/e2e-node-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,10 @@ related test, Remote execution is recommended.**
To enable/disable kubenet:

```sh
make test_e2e_node TEST_ARGS="--disable-kubenet=true" # enable kubenet
make test_e2e_node TEST_ARGS="--disable-kubenet=false" # disable kubenet
# enable kubenet
make test-e2e-node TEST_ARGS='--kubelet-flags="--network-plugin=kubenet --network-plugin-dir=/opt/cni/bin"'
# disable kubenet
make test-e2e-node TEST_ARGS='--kubelet-flags="--network-plugin= --network-plugin-dir="'
```

## Additional QoS Cgroups Hierarchy level testing
Expand Down

0 comments on commit 4b155b9

Please sign in to comment.