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

fix: find zone by region #127

Merged
merged 1 commit into from
Jan 1, 2024
Merged

fix: find zone by region #127

merged 1 commit into from
Jan 1, 2024

Conversation

sergelogvinov
Copy link
Owner

Pull Request

What? (description)

If PV has allowedTopologies option, kubernetes schedule does not find the best location. We will get first node which has storage type.

close #126

Why? (reasoning)

Acceptance

Please use the following checklist:

  • you linked an issue (if applicable)
  • you included tests (if applicable)
  • you linted your code (make lint)
  • you linted your code (make unit)

See make help for a description of the available targets.

If PV has allowedTopologies option, kubernetes schedule does not find the best location.
We will get first node which has storage type.

Signed-off-by: Serge Logvinov <[email protected]>
@sergelogvinov sergelogvinov merged commit 4eae22d into main Jan 1, 2024
3 checks passed
@sergelogvinov sergelogvinov deleted the topologies branch January 1, 2024 10:05
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.

AllowedTopologies in storage class requires both region and zone
1 participant