dask / dask/dask-cloudprovider

[GCP] Provide network subnet

Open
#396 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.