pingcap / docs-tidb-operator

Documentation for TiDB on Kubernetes in both English and Chinese.
https://docs.pingcap.com/tidb-in-kubernetes
Other
46 stars 118 forks source link

Enquiry on How to Change Instance Type of Worker Nodes (EC2) #1397

Open SQLConjuror opened 2 years ago

SQLConjuror commented 2 years ago

Question

This repository is ONLY used to solve issues related to TiDB Operator documentation. For other issues (related to TiDB, PD, etc), please move to other repositories.

Before submitting your question, make sure you have:

Now, please describe your question here:

I'm new to TiDB. I've been implementing the steps here. After completing the procedure, I notice that the the EC2 instance type defaults to m5.large. What if I want to change the instance type of the EC2 instances upon creation. How can we do that? Should I add a line in cluster.yaml?

Thank you.

Best regards,

DanielZhangQD commented 2 years ago

@SQLConjuror We have added the instance type configuration in the example, could you please check the latest doc https://docs.pingcap.com/tidb-in-kubernetes/dev/deploy-on-aws-eks#create-an-eks-cluster-and-a-node-pool and see if it meets your requirement? Thanks!