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
@8398a7 Thanks for reporting this issue!
We do not update our docs/procedures to adapt to helm 3 yet except for kind and across our docs, we require helm 2.
Would you please help test if your change works for both helm 2 and helm 3?
If yes, please help submit a PR.
Thanks!
Bug Report
What version of Kubernetes are you using?
client: v1.18.5 (macOS)
server: 1.16.6-beta.0 (docker-desktop)
What version of TiDB Operator are you using?
What storage classes exist in the Kubernetes cluster and what are used for PD/TiKV pods?
This is after the provisional action described in What did you see instead?.
Before that, there is nothing because the deployment has failed.
$ > kubectl get sc,pvc NAME PROVISIONER AGE storageclass.storage.k8s.io/hostpath (default) docker.io/hostpath 66m NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE persistentvolumeclaim/pd-tidb-cluster-pd-0 Bound pvc-f9c558f7-ba0b-451f-8f7d-287f60eb3efd 1Gi RWO hostpath 18m persistentvolumeclaim/tikv-tidb-cluster-tikv-0 Bound pvc-178327c5-b522-4baa-8224-5addc7ff6c4c 10Gi RWO hostpath 17m
What's the status of the TiDB cluster pods?
This is after the provisional action described in What did you see instead?.
Before that, there is nothing because the deployment has failed.
What did you do?
What did you expect to see?
Successful deployment.
What did you see instead?
I'm using helm v3.2.4.
I don't know if it's a problem with the version of helm, but I fixed it as follows.
The deployment is now a success.
May I issue a PR?
The text was updated successfully, but these errors were encountered: