-
Notifications
You must be signed in to change notification settings - Fork 501
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
WaitForFirstConsumer PD stuck in pending #241
Comments
I think this issue was pointed out here but never addressed. |
We've removed the |
The tutorial is single AZ. This issue is for a multi-AZ deploy which doesn't seem to work. |
For GCE persistent disk, the volume binding mode should not be set to |
Without WaitForFirstConsumer.
So here we see the disk is in us-west1-c. The pod fails to find it in us-west1-a. |
Oh, this seems to the same issue as #180. It is fixed in Kubernetes 1.12 |
The latest GKE cluster is Kubernetes 1.11.5. To confirm it's fixed in 1.12, we should bring up a 1.12 cluster with kube-up script. And test the multi-AZ deployment. |
https://kubernetes.io/docs/setup/multiple-zones/#volume-limitations
There are many other limitations with SatefulSet and PV. |
My mistake, these limitations are addressed.
|
@gregwebs I've confirmed that this is a bug of our scheduler extender. On GKE the latest Kubernetes version is 1.11.5 right now, and the |
Our extended scheduler's It works when id add it to the list. The kube-scheduler default config is:
We should change our policy config to this. |
in gke-storage.yaml I add
I create a new kubernetes cluster, and deploy tidb.
There are no pv. The pod shows a warning:
The text was updated successfully, but these errors were encountered: