-
Notifications
You must be signed in to change notification settings - Fork 716
resource pool management #23471
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
base: release-8.5
Are you sure you want to change the base?
resource pool management #23471
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,24 +5,24 @@ summary: This document outlines the process for creating a TiDB Cloud BYOC insta | |||||
|
|
||||||
| # Create Your First TiDB Cloud BYOC Instance | ||||||
|
|
||||||
| After deploying your BYOC infrastructure, create your first {{{ .byoc }}} instance and configure secure administrative access. | ||||||
| After deploying your BYOC infrastructure, create a Resource Pool, create your first {{{ .byoc }}} instance in the Resource Pool, and configure secure administrative access. | ||||||
|
|
||||||
| ## Create a BYOC instance | ||||||
|
|
||||||
| You can now provision TiDB instances directly via the TiDB Cloud console. | ||||||
| You can now provision Resource Pools and TiDB instances directly via the TiDB Cloud console. | ||||||
|
|
||||||
| 1. Initiate instance creation. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and follow the [BYOC instance creation workflow](/tidb-cloud/byoc/create-tidb-instance-byoc.md) to create a new instance. | ||||||
| 1. Create a Resource Pool. Log in to the [TiDB Cloud console](https://tidbcloud.com/) and follow [Create a Resource Pool](/tidb-cloud/byoc/create-resource-pool-byoc.md) to create a Resource Pool in the target cloud provider and region. | ||||||
|
|
||||||
| 2. Select the region and specifications that match your workload requirements. | ||||||
| 2. After the Resource Pool becomes **Active**, follow the [BYOC instance creation workflow](/tidb-cloud/byoc/create-tidb-instance-byoc.md) to create a new instance in the Resource Pool. | ||||||
|
|
||||||
| * Initial Setup Time: The creation of the **first instance** typically takes approximately **1 hour** as the system initializes the Kubernetes environment. | ||||||
| * Subsequent instances: Creating additional instances in the same region will only take a few minutes. | ||||||
| * Initial setup time: the creation of the **first Resource Pool** in a region might take approximately **1 hour** as the system initializes the Kubernetes environment. | ||||||
| * Subsequent instances: creating additional instances in an active Resource Pool usually takes only a few minutes. | ||||||
|
|
||||||
| 3. Consult with your TiDB Cloud representative to determine the appropriate Request Unit (RU) settings for your initial connectivity and functional tests. They will recommend a configuration based on your specific testing requirements. | ||||||
|
|
||||||
| ## Restore data from Amazon S3 to your new instance | ||||||
| ## Restore data from Amazon S3 to a new BYOC instance | ||||||
|
|
||||||
| After preparing your backup file in Amazon S3, you can proceed to restore the data to your newly created TiDB Cloud BYOC instance. | ||||||
| After preparing your backup file in Amazon S3, you can restore the data to a new {{{ .byoc }}} instance in an active Resource Pool. | ||||||
|
|
||||||
| 1. Configure Amazon S3 Access (AK/SK). | ||||||
|
|
||||||
|
|
@@ -34,6 +34,8 @@ After preparing your backup file in Amazon S3, you can proceed to restore the da | |||||
|
|
||||||
| Once the access keys are configured, you can initiate the restore job from the TiDB Cloud console. | ||||||
|
|
||||||
| During restore, select an active Resource Pool in the target cloud provider and region. | ||||||
|
|
||||||
| For step-by-step restoration procedures, see [Restore backups from cloud storage](/tidb-cloud/premium/backup-and-restore-premium.md#restore-backups-from-cloud-storage). | ||||||
|
|
||||||
| ## Configure secure administrative access | ||||||
|
|
@@ -49,4 +51,4 @@ For deployment and verification steps, see [Configure a Bastion Host for {{{ .by | |||||
|
|
||||||
| ## What's next | ||||||
|
|
||||||
| After you create your first {{{ .byoc }}} instance and configure secure administrative access, continue with [TiDB Cloud BYOC Joint Validation](/tidb-cloud/byoc/joint-validation.md) to validate connectivity, observability, security, and alerting. | ||||||
| After you create your first Resource Pool and {{{ .byoc }}} instance and configure secure administrative access, continue with [TiDB Cloud BYOC Joint Validation](/tidb-cloud/byoc/joint-validation.md) to validate connectivity, observability, security, and alerting. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win Do not make secure access a prerequisite. Lines 45-48 state that secure administrative access is optional. Line 54 uses “and configure secure administrative access” as a prerequisite for joint validation. Make the optional condition explicit. Committable replacement-After you create your first Resource Pool and {{{ .byoc }}} instance and configure secure administrative access, continue with [TiDB Cloud BYOC Joint Validation](/tidb-cloud/byoc/joint-validation.md) to validate connectivity, observability, security, and alerting.
+After you create your first Resource Pool and {{{ .byoc }}} instance and, if needed, configure secure administrative access, continue with [TiDB Cloud BYOC Joint Validation](/tidb-cloud/byoc/joint-validation.md) to validate connectivity, observability, security, and alerting.As per path instructions, this Markdown fix uses an exact contiguous replacement and preserves the existing paragraph structure. 📝 Committable suggestion
Suggested change
Source: Path instructions |
||||||
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.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Use the established
Request Capacity Unit (RCU)term.Line 21 uses “Request Unit (RU)”. The BYOC instance guide uses “Request Capacity Units (RCUs)” for the same setting. Use the established term to avoid ambiguity during initial capacity planning.
Committable replacement
As per path instructions, this Markdown fix uses an exact contiguous replacement and preserves the existing list structure.
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[style] ~21-~21: This phrase is redundant. Consider writing “Consult”.
Context: ...l usually takes only a few minutes. 3. Consult with your TiDB Cloud representative to deter...
(CONSULT_WITH)
Source: Path instructions