Docs: Fix typo in AWS LB Controller reference (#11723)
This commit is contained in:
parent
c102e0b930
commit
2e3c2c121d
1 changed files with 7 additions and 7 deletions
|
@ -67,7 +67,7 @@ helm show values ingress-nginx --repo https://kubernetes.github.io/ingress-nginx
|
|||
|
||||
!!! attention "Helm install on AWS/GCP/Azure/Other providers"
|
||||
The *ingress-nginx-controller helm-chart is a generic install out of the box*. The default set of helm values is **not** configured for installation on any infra provider. The annotations that are applicable to the cloud provider must be customized by the users.<br/>
|
||||
See [AWS LB Constroller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/).<br/>
|
||||
See [AWS LB Controller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/).<br/>
|
||||
Examples of some annotations needed for the service resource of `--type LoadBalancer` on AWS are below:
|
||||
```yaml
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue