-
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
Gke terraform and guide #493
Conversation
We should have a firewall rule to allow SSH to the GKE nodes from the bastion. This can use the "bastion" tag |
05a6eda
to
34ee7a5
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.
LGTM
042a114
to
857c66a
Compare
@DanielZhangQD deployed a testing cluster on GCP with this PR, the tikv pods cannot start due to small max-open-file descriptors. Besides, it's the default local ssd has poor performance without installing Linux Guest Environment |
a68bdfa
to
2b145ab
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.
LGTM
Can you mention the startup-script in the GKE related docs? Maybe move it to the manifests folder? |
… across zones in a regional cluster
Per slack conversation with @gregwebs, startup-script related docs changes will be done in a separate PR. |
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
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
|
||
Currently, there are not too many parameters exposed to be customized. However, you can modify `templates/tidb-cluster-values.yaml.tpl` before deploying. If you modify it after the cluster is created and then run `terraform apply`, it will not take effect unless the pod(s) is manually deleted. | ||
|
||
### Customizing node pools |
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.
### Customizing node pools | |
### Removing unused instances |
What problem does this PR solve?
Closes #446
What is changed and how it works?
Adds GCP terraform deploy and README
Check List
Tests
Code changes
Several changes were made since the last review: