bosh-kubernetes-cpi-release icon indicating copy to clipboard operation
bosh-kubernetes-cpi-release copied to clipboard

The goal for this project is to provide a fully functional BOSH CPI. It will eventually allow to deploy any BOSH release to any Kubernetes cluster.

Results 5 bosh-kubernetes-cpi-release issues
Sort by recently updated
recently updated
newest added

I am able to create a BOSH environment but when I am trying to deploy the example zookeeper bosh release in to gce(the same happens with minikube as well) I...

Disk creation failed in Minikube environment. What could be the reason? ``` ./deployment/minikube/scripts/create-env.sh ... ... Started deploying Waiting for the agent on VM '54c7a391-5c97-4a16-60e3-3e7ada55e156'... Finished (00:00:00) Stopping jobs on instance...

With recent versions of Kubernetes we should no longer rely on the default service account having the necessary permissions to run the director / CPI. - figure out necessary permissions...

Hi, currently the whole documentation references the installation of CPI via the creation of new bosh director. As it is possible to have a multi CPI setup in the meanwhile,...

Steps to reporduce: - deploy a release - `bosh -d ssh -c 'cat /etc/hosts'` The entries in /etc/hosts are not valid. Workaround: `bosh -d --recreate`