dask / dask/dask-cloudprovider
[GCP] Provide network subnet
Open
enhancement
help wanted
provider/gcp/vm
- Dominant language
- Python
- Stars
- 147
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the network subnet is [hardcoded](https://github.com/dask/dask-cloudprovider/blob/41e6624def02526cc44043a847e9f9ec6bc942bd/dask_cloudprovider/gcp/instances.py#L110) to the network name passed in. For us, we are creating subnets manually and they have different names. Thus, it is difficult for us to create dask cluster in that VPC network.
This change is like when the subnet network is provided use that value, otherwise defaults to network name.
Contributor guide
Assessment
This issue has not been assessed yet.