Skip to content

Commit 517896c

Browse files
committed
fix: found issues reported by new no-unmatched-anchor rule
1 parent cc0dbb3 commit 517896c

49 files changed

Lines changed: 1119 additions & 1232 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/en/configure/backup/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Currently supports ClickHouse. Contact technical support.
3232

3333
For monitoring backup and restore, see [VictoriaMetrics Backup and Recovery](/observability/monitor/how_to/restore_victoriametrics.mdx).
3434

35-
## Application backup and restore
35+
## Application backup and restore \{#application-backup-and-restore}
3636

3737
As a cluster administrator, you can back up and restore applications running on Alauda Container Platform by using Velero.
3838

@@ -43,7 +43,7 @@ Application backup and restore consists of two components:
4343
- **Alauda Container Platform Data Backup Essentials**: Provides the UI and is installed on the global cluster.
4444
- **Alauda Container Platform Data Backup for Velero**: Provides Velero and is installed on workload clusters.
4545

46-
### Application installation
46+
### Application installation \{#application-installation}
4747

4848
To enable application backup and restore:
4949

docs/en/configure/clusters/managed/cloud-init/network/aws-eks.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ weight: 10
3030

3131
## Configuration Steps
3232

33-
### Deploy AWS Load Balancer Controller
33+
### Deploy AWS Load Balancer Controller \{#deploy-aws-load-balancer-controller}
3434

3535
**Note**: For detailed information on deploying AWS Load Balancer Controller, see [official documentation](https://docs.aws.amazon.com/zh_cn/eks/latest/userguide/aws-load-balancer-controller.html).
3636

@@ -126,7 +126,7 @@ You can create ingress and LoadBalancer services simultaneously or choose one ba
126126
127127
## Related Operations
128128
129-
### Test AWS CLI and eksctl Installation
129+
### Test AWS CLI and eksctl Installation \{#test-aws-cli-and-eksctl-installation}
130130
131131
- Execute the following command. If it returns a cluster list, AWS CLI is correctly installed:
132132
@@ -140,7 +140,7 @@ You can create ingress and LoadBalancer services simultaneously or choose one ba
140140
eksctl get clusters
141141
```
142142

143-
### Get ACCOUNT_ID
143+
### Get ACCOUNT_ID \{#get-account_id}
144144

145145
Execute `aws sts get-caller-identity` to get **ACCOUNT_ID**. The `651168850570` in the response is the **ACCOUNT_ID**:
146146

@@ -150,7 +150,7 @@ Execute `aws sts get-caller-identity` to get **ACCOUNT_ID**. The `651168850570`
150150
}
151151
```
152152

153-
### Kubeconfig Configuration File
153+
### Kubeconfig Configuration File \{#kubeconfig-configuration-file}
154154

155155
1. Execute the following command to update the Kubeconfig file for the specified region:
156156

@@ -164,7 +164,7 @@ Execute `aws sts get-caller-identity` to get **ACCOUNT_ID**. The `651168850570`
164164
kubectl get svc -n cpaas-system
165165
```
166166

167-
### Add Tags to Subnets
167+
### Add Tags to Subnets \{#add-tags-to-subnets}
168168

169169
1. Execute the following command to get cluster subnets:
170170

@@ -191,7 +191,7 @@ Execute `aws sts get-caller-identity` to get **ACCOUNT_ID**. The `651168850570`
191191
aws ec2 create-tags --resources <subnet-id> --tags Key=kubernetes.io/cluster/<CLUSTER_NAME>,Value="shared"
192192
```
193193

194-
### Create Certificate
194+
### Create Certificate \{#create-certificate}
195195

196196
When using HTTPS protocol, save HTTPS certificate credentials as a Secret (TLS type) in advance.
197197

docs/en/configure/clusters/managed/cloud-init/network/azure-aks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you have created an AKS cluster, [import the Azure AKS cluster](/configure/cl
1818

1919
## Configuration Steps
2020

21-
### Deploy Ingress Controller
21+
### Deploy Ingress Controller \{#deploy-ingress-controller}
2222

2323
AKS uses **container network mode** and leverages **Nginx Ingress Controller** to manage load balancers, while providing external access addresses for virtual IP addresses (VIPs) in the container internal network through **LoadBalancer** type **Services**.
2424

@@ -56,7 +56,7 @@ You can create ingress and LoadBalancer services simultaneously or choose one ba
5656

5757
## Related Operations
5858

59-
### Create Certificate
59+
### Create Certificate \{#create-certificate}
6060

6161
When using HTTPS protocol, save HTTPS certificate credentials as a Secret (TLS type) in advance.
6262

docs/en/configure/clusters/managed/cloud-init/network/google-gke.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You can create ingress and LoadBalancer services simultaneously or choose one ba
5757

5858
3. View information about corresponding Ingress resources in the list.
5959

60-
### Create Certificate
60+
### Create Certificate \{#create-certificate}
6161

6262
When using HTTPS protocol, save HTTPS certificate credentials as a Secret (TLS type) in advance.
6363

docs/en/configure/clusters/managed/cloud-init/network/huawei-cce.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There are two methods to create ingress. **Method 1: Manual Ingress Class Select
8585

8686
## Related Operations
8787

88-
### Create Certificate
88+
### Create Certificate \{#create-certificate}
8989

9090
When using HTTPS protocol, save HTTPS certificate credentials as a Secret (TLS type) in advance.
9191

docs/en/configure/clusters/managed/cloud-init/storage/aws-eks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Platform integration with AWS EKS and storage initialization configuration.
8383
8484
## Related Operations
8585
86-
### Configure Available Storage Class Parameters
86+
### Configure Available Storage Class Parameters \{#configure-available-storage-class-parameters}
8787
8888
* EFS File Storage Available Parameters
8989

docs/en/configure/clusters/managed/cloud-init/storage/azure-aks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The default azurefile file storage class may not support permission modification
2828

2929
## Related Information
3030

31-
### Default Storage Class Description
31+
### Default Storage Class Description \{#default-storage-class-description}
3232

3333
| Storage Class Name | Storage Class Type | Description |
3434
|---|---|---|
@@ -43,7 +43,7 @@ The default azurefile file storage class may not support permission modification
4343
| managed-csi-premium | Block Storage | Creates managed disks using Azure premium locally redundant storage (LRS). |
4444
| managed-premium | Block Storage | Creates managed disks using Azure premium storage. |
4545

46-
### Available Storage Class Parameters
46+
### Available Storage Class Parameters \{#available-storage-class-parameters}
4747

4848
* For block storage optional parameters and meanings, see [Create and use volumes with Azure disks in Azure Kubernetes Service (AKS)](https://learn.microsoft.com/zh-cn/azure/aks/azure-csi-disk-storage-provision).
4949

docs/en/configure/clusters/managed/cloud-init/storage/google-gke.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Platform integration with Google GKE and storage initialization configuration.
1414

1515
* Default file storage creation and deletion operations take considerable time. If it remains in creating status for a long time, please be patient.
1616

17-
## Prerequisites
17+
## Prerequisites \{#prerequisites}
1818

1919
* When creating clusters, on the Google Cloud Platform **Cluster > Features** page under the **Other** section, check **Enable Compute Engine Persistent Disk CSI Driver** and **Enable Filestore CSI Driver** options.
2020

@@ -38,7 +38,7 @@ Platform integration with Google GKE and storage initialization configuration.
3838

3939
## Related Information
4040

41-
### Default Storage Class Description
41+
### Default Storage Class Description \{#default-storage-class-description}
4242

4343
| Storage Class Name | Storage Class Type | Description |
4444
|---|---|---|
@@ -49,7 +49,7 @@ Platform integration with Google GKE and storage initialization configuration.
4949
| enterprise-rwx | File Storage | Uses [Enterprise Filestore tier](https://cloud.google.com/filestore/docs/service-tiers?hl=zh-cn#enterprise_tier). |
5050
| enterprise-multishare-rwx | File Storage | Uses [Enterprise Filestore tier](https://cloud.google.com/filestore/docs/service-tiers?hl=zh-cn#enterprise_tier). See [Filestore multishares for Google Kubernetes Engine](https://cloud.google.com/filestore/docs/multishares?hl=zh-cn). |
5151

52-
### Available Storage Class Parameters
52+
### Available Storage Class Parameters \{#available-storage-class-parameters}
5353

5454
* For block storage optional parameters and meanings, see [Storage options](https://cloud.google.com/compute/docs/disks?hl=zh-cn#disk-types).
5555

docs/en/configure/clusters/managed/cloud-init/storage/huawei-cce.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Cluster PVC quantity has limits, and account storage capacity has quotas. You ca
2424

2525
3. Select the **Project Assignment** method as needed and click **Update** to assign **csi-nas** or **csi-disk** storage classes to projects.
2626

27-
## Default Storage Class Description
27+
## Default Storage Class Description \{#default-storage-class-description}
2828

2929
| Storage Class Name | Storage Class Type | Description |
3030
|---|---|---|

docs/en/configure/clusters/managed/how-to/fetch-kubeconfig.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Obtain the configuration required to connect to the import cluster so that the p
2323

2424
## Get cluster information
2525

26-
### Get cluster token <span id="fetchtoken"></span>
26+
### Get cluster token \{#fetchtoken}
2727

2828
1. Run the following commands:
2929

0 commit comments

Comments
 (0)