bosh-google-cpi-release
bosh-google-cpi-release copied to clipboard
BOSH Google CPI
Hi Team, I am faced with the following problem. We have a regional restriction in our setup and I cannot seem to setup the cpi to upload the stemcell image...
Even though there is a darwin golang package, when [packaging](https://github.com/cloudfoundry/bosh-google-cpi-release/blob/f755968a5775f35d027b964095f5d5a32a846a73/packages/bosh-google-cpi/packaging#L3-L9) the bosh-google-cpi it always uses the linux version. This used to work, because the golang package would actually switch to...
as gcp supports spot prices voor vms it would be nice to implement this https://cloud.google.com/compute/docs/instances/spot as aws and alicloud also support this for a long time it should also support...
add spot prices at the request of #340 this is a work in progress and some help is needed
currently google cpi only accepts 1 network interface see https://github.com/cloudfoundry/bosh-google-cpi-release/blob/master/src/bosh-google-cpi/google/instance_service/networks.go#L30 added with commit https://github.com/cloudfoundry/bosh-google-cpi-release/commit/de69e9c3db7a66f90e6f56a94f2e3c435d69338b a dualstack is availble in gcp docs see https://cloud.google.com/compute/docs/ip-addresses/configure-ipv6-address#create-vm-ipv6
Bug report filed with the [google-guest-agent](https://github.com/GoogleCloudPlatform/guest-agent/issues/483) The shutdown process hangs for ~10 minutes if you `sudo reboot` the VM. This behavior is only seen when the VM does not have...
Hi there, I'm looking to get support for the [accelerator-optimized machine family](https://cloud.google.com/compute/docs/accelerator-optimized-machines#machine_series_recommendation_by_workload_type) added into the CPI to allow for creation of VMs with GPUs. I've been poking around and have...