Skip to content

Commit ca6f779

Browse files
authored
use correct anchor tags (#1512)
1 parent fbc8cbe commit ca6f779

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guide/controller/configurations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ spec:
6060

6161
|Flag | Type | Default | Description |
6262
|---------------------------------------|---------------------------------|-----------------|-------------|
63-
|aws-api-throttle | AWS Throttle Config | [default value](#Default throttle config ) | throttle settings for AWS APIs, format: serviceID1:operationRegex1=rate:burst,serviceID2:operationRegex2=rate:burst |
63+
|aws-api-throttle | AWS Throttle Config | [default value](#default-throttle-config ) | throttle settings for AWS APIs, format: serviceID1:operationRegex1=rate:burst,serviceID2:operationRegex2=rate:burst |
6464
|aws-max-retries | int | 10 | Maximum retries for AWS APIs |
65-
|aws-region | string | [instance metadata](#Instance metadata) | AWS Region for the kubernetes cluster |
66-
|aws-vpc-id | string | [instance metadata](#Instance metadata) | AWS VPC ID for the Kubernetes cluster |
65+
|aws-region | string | [instance metadata](#instance-metadata) | AWS Region for the kubernetes cluster |
66+
|aws-vpc-id | string | [instance metadata](#instance-metadata) | AWS VPC ID for the Kubernetes cluster |
6767
|cluster-name | string | | Kubernetes cluster name|
6868
|enable-leader-election | boolean | true | Enable leader election for controller manager. Enabling this will ensure there is only one active controller manager. |
6969
|enable-pod-readiness-gate-inject | boolean | true | If enabled, targetHealth readiness gate will get injected to the pod spec for the matching endpoint pods. |

0 commit comments

Comments
 (0)