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

Some zonal regions (like eastus2euap) are treated as non-zonal #731

Open
tallaxes opened this issue Mar 11, 2025 · 0 comments
Open

Some zonal regions (like eastus2euap) are treated as non-zonal #731

tallaxes opened this issue Mar 11, 2025 · 0 comments
Labels
area/availability-zones Issues or PRs related to availability zones kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@tallaxes
Copy link
Collaborator

Version

Karpenter Version: v0.6.3 (NAP)

Expected Behavior

eastus2euap (and likely some other regions) should be treated as zonal, supporting zone spread, etc.

Actual Behavior

eastus2euap (and likely some other regions) is treated as non-zonal

This is very likely due to this region (and possibly other regions) missing in the list of zonal regions:

"eastus",
"eastus2",
"southcentralus",

Steps to Reproduce the Problem

Using zone topology spread in a workload in eastus2euap zone fails with "unsatisfiable topology constraint for topology spread"

Resource Specs and Logs

Sample constraint snippet:

          topologySpreadConstraints:
          - maxSkew: 1
            minDomains: 3
            topologyKey: "topology.kubernetes.io/zone"
            whenUnsatisfiable: DoNotSchedule

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment
@tallaxes tallaxes added area/availability-zones Issues or PRs related to availability zones kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on. labels Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/availability-zones Issues or PRs related to availability zones kind/bug Categorizes issue or PR as related to a bug. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

No branches or pull requests

1 participant