k3s/pkg/kubelet/api
Kubernetes Submit Queue 1d3c7ca758 Merge pull request #38348 from euank/doc-our-privilege
Automatic merge from submit-queue (batch tested with PRs 38727, 38726, 38347, 38348)

Add 'privileged' to sandbox to indicate if any container might be privileged in it, document privileged

Right now, the privileged flag is this magic thing which does "whatever Docker does". This documents it to make it a little less magic.

In addition, due to how rkt uses `systemd-nspawn` as an outer layer of isolation in creating the sandbox, it's helpful to know beforehand whether the pod will be privileged so additional security options can be applied earlier / applied at all.

I suspect the same indication will be useful for userns since userns should also occur at the pod layer, but it's possible that will be a separate/additional field.


cc @lucab @jonboulle @yujuhong @feiskyer @kubernetes/sig-node 


```release-note
NONE
```
2016-12-13 17:31:53 -08:00
..
testing autoupdate BUILD files 2016-12-12 13:30:07 -08:00
v1alpha1 Merge pull request #38348 from euank/doc-our-privilege 2016-12-13 17:31:53 -08:00
BUILD autoupdate BUILD files 2016-12-12 13:30:07 -08:00
services.go Fix package aliases to follow golang convention 2016-11-30 15:40:50 +08:00