k3s/test/e2e_node/services
Kubernetes Submit Queue 452b8c9e0d
Merge pull request #62101 from bart0sh/PR0010-e2e_node-kubelet-command-line-fix
Automatic merge from submit-queue (batch tested with PRs 58474, 60034, 62101, 63198). 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>.

Fix wrong usage of kubelet option

**What this PR does / why we need it**:

"--allow-privileged true" is incorrect usage of boolean option.
It means setting '--allow-priviledged' to its default value plus
non-existing subcommand 'true'.

"--allow-privileged false" is even more confusing as it sets
allow-priviledged flag to its default value 'true'

This is true for any boolean command line option.

Fixed this by using correct syntax --allow-priviledged=true

**Special notes for your reviewer**:
This is a show-stopper for PR #61833 

**Release note**:

```release-note
NONE
```
2018-04-30 13:24:12 -07:00
..
BUILD add easy to use dynamic client 2018-04-25 08:55:26 -04:00
apiserver.go make kube-apiserver ServerRunOptions setdefault and Validate before use 2018-04-04 11:19:55 +08:00
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 #62101 from bart0sh/PR0010-e2e_node-kubelet-command-line-fix 2018-04-30 13:24:12 -07:00
logs.go Fix extra-log flag for node e2e. 2018-04-17 21:48:26 +00:00
namespace_controller.go Bump QPS on namespace controller 2018-04-27 10:11:14 -04:00
server.go fix todo:Move function readinessCheck to util 2018-02-05 20:16:05 +08:00
services.go Update test framework featuregates type. 2018-02-01 17:15:12 +08:00
util.go fix todo:Move function readinessCheck to util 2018-02-05 20:16:05 +08:00