kubernetes-retired / rktlet

[EOL] The rkt implementation of the Kubernetes Container Runtime Interface
Apache License 2.0
137 stars 43 forks source link

Improve privileged semantics #80

Closed euank closed 7 years ago

euank commented 7 years ago

This is an upgrade from the old "privileged == all capabilities". This is, most importantly, necessary for kube-proxy to be happy.

I'm marking this "do-not-merge" because it needs tests added, and I want to wait on #79's test-related changes before implementing them. I'll rebase on top if/when that's merged and add tests.

euank commented 7 years ago

Added integ tests which pass locally