vmware-archive / kubernetes-archived

This repository is archived. Please file in-tree vSphere Cloud Provider issues at https://github.com/kubernetes/kubernetes/issues . CSI Driver for vSphere is available at https://github.com/kubernetes/cloud-provider-vsphere
Apache License 2.0
46 stars 31 forks source link

Enhancing enable-vcp-ux scripts on kubernetes where components are containerized #464

Open pshahzeb opened 6 years ago

pshahzeb commented 6 years ago

enable-vcp-ux scripts makes assumption that kubelet service is running as a service and hence updates the manifest files for api server, controller manager etc at location /etc/kubernetes/manifests

For deployments (eg: Rancher) where kubernetes components are containerized, there are no manifest location as /etc/kubernetes/manifests

This issue tracks the support to enable vcp on kubernetes cluster with such above deployments.

spawnia commented 6 years ago

Just ran into this issue. Can you give me some pointers towards what i have to do differently to use VCP with a RKE cluster deployed through Rancher?