kubernetes/cmd/kubeadm/app/phases/controlplane
Kubernetes Submit Queue afd01c0fcc
Merge pull request #57561 from dims/enable-privileged-container-for-apiserver-and-controller
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>.

Enable privileged containers for apiserver and controller

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

In OpenStack environment, when there is no metadata service, we
look at the config drive to figure out the metadata. Since we need
to run commands like blkid, we need to ensure that api server and
kube controller are running in the privileged mode.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #47392
Fixes https://github.com/kubernetes/kubeadm/issues/588

**Special notes for your reviewer**:

**Release note**:

```release-note
Fix issue when using OpenStack config drive for node metadata
```
2018-01-18 10:27:01 -08:00
..
BUILD Enable privileged containers for apiserver and controller 2018-01-18 10:37:16 -05:00
manifests_test.go Merge pull request #57561 from dims/enable-privileged-container-for-apiserver-and-controller 2018-01-18 10:27:01 -08:00
manifests.go Merge pull request #57561 from dims/enable-privileged-container-for-apiserver-and-controller 2018-01-18 10:27:01 -08:00
volumes_test.go Create volumeMount and hostPath for cloud config file 2017-11-29 15:29:01 -05:00
volumes.go Create volumeMount and hostPath for cloud config file 2017-11-29 15:29:01 -05:00