You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: