You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
devdattakulkarni
changed the title
GKE network not getting deleted
Google cloud VPC network not getting deleted corresponding to an environment
Dec 7, 2017
devdattakulkarni
changed the title
Google cloud VPC network not getting deleted corresponding to an environment
Google cloud VPC network not getting deleted when the environment is deleted
Dec 9, 2017
devdattakulkarni
changed the title
Google cloud VPC network not getting deleted when the environment is deleted
GCP - VPC network not getting deleted when the environment is deleted
Dec 14, 2017
When GKE env is created, we create a custom VPC network for the cluster (as part of cld env create).
This custom network is not getting deleted when the env is deleted (cld env delete).
In the code we are invoking appropriate SDK call, but it is not taking effect:
https://github.com/cloud-ark/cloudark/blob/master/server/server_plugins/gcloud/coe/gke.py#L81
The text was updated successfully, but these errors were encountered: