Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to v1 of GCE libs broke network.Find() #9003

Closed
geojaz opened this issue Apr 27, 2020 · 0 comments · Fixed by #9004
Closed

Updating to v1 of GCE libs broke network.Find() #9003

geojaz opened this issue Apr 27, 2020 · 0 comments · Fixed by #9004

Comments

@geojaz
Copy link
Member

geojaz commented Apr 27, 2020

The network self-link is hardcoded to use beta resource name. When creating new clusters, this throws errors like :

W0427 12:55:00.998554   49101 network.go:68] SelfLink did not match URL: "https://www.googleapis.com/compute/v1/projects/ehole-dev-abc/global/networks/default" vs "https://www.googleapis.com/compute/beta/project
s/ehole-dev-abc/global/networks/default"

Looks like we have another place to update as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant