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

GKE Regional Cluster support doesn't work #247

Closed
apenney opened this issue Dec 21, 2018 · 2 comments
Closed

GKE Regional Cluster support doesn't work #247

apenney opened this issue Dec 21, 2018 · 2 comments
Labels
type/bug Something isn't working

Comments

@apenney
Copy link

apenney commented Dec 21, 2018

I ran into a small issue when trying to test out tidb in GKE. I created a regional cluster (in us-east-4) and discovered when I deploy the cluster itself that it constantly tries to create a disk in us-east-4c and then tries to schedule the pod into us-east-4b.

The pv has:

  labels:
    failure-domain.beta.kubernetes.io/region: us-east4
    failure-domain.beta.kubernetes.io/zone: us-east4-c

I'm not a kubernetes expert but it looks like we lose those labels when scheduling pods and it then doesn't know it must schedule this pod in the same location as the storage. Has anyone else seen this or have any ideas what we're doing wrong?

For now I'll delete my cluster, make a zonal cluster, and retest.

@gregwebs
Copy link
Contributor

duplicate of #241

Yes, for now you must use a single zone cluster. We are looking into this and should get to the bottom of the issue next week.

@gregwebs gregwebs added the type/bug Something isn't working label Dec 21, 2018
@gregwebs
Copy link
Contributor

This should be fixed by using the charts from master now.

@tennix tennix closed this as completed Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants