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

Ensure Kubernetes compatible format for Location when setting up driver #45

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

daniel-weisse
Copy link
Member

@daniel-weisse daniel-weisse commented Sep 27, 2023

Fixes an issue where disks could not be deployed when nodes in the cluster were assigned to specific zones because the location set in the Cloud config read by the driver has ambiguous format (Upper case with spaces, or all lower case no spaces).
Using the upper case format results in errors when setting or comparing the location/zone to topology keys
We fix this by ensuring location is always lowercase with no spaces.

@daniel-weisse daniel-weisse changed the title Fix incorrect parsing of disk location when setting topology Ensure Kubernetes compatible format for Location when setting up driver Sep 28, 2023
@daniel-weisse daniel-weisse merged commit 403b47a into develop Sep 28, 2023
4 of 5 checks passed
@daniel-weisse daniel-weisse deleted the fix/csp/zone-parsing branch September 28, 2023 12:41
daniel-weisse added a commit that referenced this pull request Sep 29, 2023
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 this pull request may close these issues.

2 participants