Skip to content

Commit 774379e

Browse files
authored
fix broken links (pingcap#3081) (pingcap#3082)
1 parent c1b49dd commit 774379e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

en/releases/release-2.0.0-beta.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ TiDB Operator v2 includes a comprehensive redesign of the v1 architecture, with
4545

4646
- **Support [CRD subresources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources)**:
4747
- Support the `status` subresource for unified status management.
48-
- Support the `scale` subresource to integrate with [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/), enabling auto-scaling.
48+
- Support the `scale` subresource to integrate with [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/), enabling auto-scaling.
4949
- Improve compatibility with the Kubernetes ecosystem.
5050

5151
- **Optimize the configuration management**:

en/releases/release-2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TiDB Operator v2 includes a comprehensive redesign of the v1 architecture, with
4141

4242
- **Support [CRD subresources](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources)**:
4343
- Support the `status` subresource for unified status management.
44-
- Support the `scale` subresource to integrate with [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/), enabling auto-scaling.
44+
- Support the `scale` subresource to integrate with [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/), enabling auto-scaling.
4545
- Improve compatibility with the Kubernetes ecosystem.
4646

4747
- **Support feature gates to control change behavior**:

en/v2-vs-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Initially, the TiDB cluster has only three core components: PD, TiKV, and TiDB.
1616
- The number of TiDB cluster components has increased, with eight components currently defined in the `TidbCluster` CRD.
1717
- To display status, the state of all nodes is defined in the `TidbCluster` CRD.
1818
- Heterogeneous clusters are not considered initially, so additional `TidbCluster` CRs has to be introduced to support them.
19-
- The `/scale` API is not supported, making it impossible to integrate with Kubernetes [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/).
19+
- The `/scale` API is not supported, making it impossible to integrate with Kubernetes [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/).
2020
- A large CR/CRD can cause difficult-to-resolve performance issues.
2121

2222
TiDB Operator v2 addresses these issues by splitting `TidbCluster` into multiple independent CRDs by component.

zh/releases/release-2.0.0-beta.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ TiDB Operator v2 对 v1 的核心架构进行了全面重构,主要包括:
4545

4646
- **支持 [CRD 子资源](https://kubernetes.io/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources)**
4747
- 支持 `status` 子资源,实现统一的状态管理
48-
- 支持 `scale` 子资源,可与 [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale/) 集成,实现自动扩缩容
48+
- 支持 `scale` 子资源,可与 [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/zh-cn/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/) 集成,实现自动扩缩容
4949
- 增强与 Kubernetes 生态系统的集成能力
5050

5151
- **优化配置管理**

zh/releases/release-2.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ TiDB Operator v2 对 v1 的核心架构进行了全面重构,主要包括:
4141

4242
- **支持 [CRD 子资源](https://kubernetes.io/zh-cn/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources)**
4343
- 支持 `status` 子资源,实现统一的状态管理
44-
- 支持 `scale` 子资源,可与 [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale/) 集成,实现自动扩缩容
44+
- 支持 `scale` 子资源,可与 [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/zh-cn/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/) 集成,实现自动扩缩容
4545
- 增强与 Kubernetes 生态系统的集成能力
4646

4747
- **支持使用 Feature Gates 控制变更行为**

zh/v2-vs-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ summary: 介绍 TiDB Operator v2 与 v1 的主要差异。
1616
- TiDB 集群的组件不断增加,目前已经有 8 个组件定义在 `TidbCluster` CRD 中
1717
- 为了实现状态展示,所有节点的状态都定义在了 `TidbCluster` CRD 中
1818
- 缺乏原生对异构集群对支持,只能通过引入额外的 `TidbCluster` CR 实现异构集群
19-
- 无法支持 `/scale` API,无法与 Kubernetes 的 [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/zh-cn/docs/tasks/run-application/horizontal-pod-autoscale/) 生态集成
19+
- 无法支持 `/scale` API,无法与 Kubernetes 的 [HorizontalPodAutoscaler (HPA)](https://kubernetes.io/zh-cn/docs/concepts/workloads/autoscaling/horizontal-pod-autoscale/) 生态集成
2020
- 一个巨大的 CR/CRD 可能带来难以解决的性能问题
2121

2222
为解决上述问题,TiDB Operator v2 将 `TidbCluster` CRD 按组件拆分为多个独立的 CRD。

0 commit comments

Comments
 (0)