-
Notifications
You must be signed in to change notification settings - Fork 499
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
Local SSD on GKE #577
Local SSD on GKE #577
Conversation
3515c90
to
ece488a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for expanding the documentation!
a2d8ad3
to
16fde87
Compare
* Add GKE ssd provisioning scripts that fix performance and capacity issues * Document in the operation guide, and link documentation * Don't use by default for PD. Benchmarking has now shown a significant improvement for PD.
16fde87
to
44afaab
Compare
This is working now. One thing that showed up in my testing is that when deleting a tidb cluster deployment (helm delete + namespace delete) and then deploying again, tikv will be stuck in pending. I will check to see if this is already the current behavior and if changing the namespace helps. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I tested the previous terraform, and destroying and then deploying again also does not work, so there are no regressions here. |
/run-e2e-tests |
/run-e2e-tests |
1 similar comment
/run-e2e-tests |
Benchmarking has now shown a significant improvement.
Testing
The provisioner script is well tested. I haven't yet tested this contribution to tidb-operator. We need to test