k3s/cmd/kubeadm/app
Kubernetes Submit Queue 160270800f
Merge pull request #56535 from dims/create-volume-mount-and-host-path-for-cloud-config
Automatic merge from submit-queue (batch tested with PRs 56400, 56535). 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>.

Create volumeMount and hostPath for cloud config file

We have a way to specify the cloudProvider in kubeadm.conf. We also
add `--cloud-config /etc/kubernetes/cloud-config` to both the
kubernetes api server and controller manager yaml files if one exists
on the box. However we fail to make that file available to the
process running in the container. We need to make this `cloud-config`
file available to both processes similar to how controller-manager.conf
is passed to controller manager.



**What this PR does / why we need it**:
Fixes https://github.com/kubernetes/kubeadm/issues/576

**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 #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
2017-11-29 18:59:13 -08:00
..
apis/kubeadm Allow config and ignore-preflight to be specified together 2017-11-29 05:56:22 -05:00
cmd kubeadm etcd modifying recover steps 2017-11-29 15:53:07 -05:00
constants Merge pull request #55972 from rpothier/v6_proxy_bind_addr 2017-11-23 17:58:09 -08:00
discovery Merge pull request #47699 from supereagle/fix-typos 2017-10-17 02:35:52 -07:00
features Remove SupportIPVSProxyMode feature gate in kubeadm. 2017-11-24 12:03:13 +08:00
images Adding etcd upgrade to kubeadm upgrade apply 2017-11-18 18:47:50 -05:00
phases Merge pull request #56535 from dims/create-volume-mount-and-host-path-for-cloud-config 2017-11-29 18:59:13 -08:00
preflight kubeadm: rename flag to --ignore-preflight-errors 2017-11-23 15:37:57 +02:00
util Merge pull request #55972 from rpothier/v6_proxy_bind_addr 2017-11-23 17:58:09 -08:00
BUILD Auto generated files. 2017-11-17 16:57:23 +08:00
kubeadm.go kubeadm-doc-preflight 2017-11-16 10:20:22 +01:00