From fc39c87f02eb67cbea68fdffe09121a8bc45928e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Tarot?= Date: Wed, 29 May 2024 18:51:03 +0200 Subject: [PATCH] Should be nice now --- docs/deploy/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index b3777cab8..d8cc6f875 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -65,11 +65,10 @@ It will install the controller in the `ingress-nginx` namespace, creating that n helm show values ingress-nginx --repo https://kubernetes.github.io/ingress-nginx ``` -!!! attention "helm install on AWS/GCP/Azure/Other providers" - There have been too many attempts at using helm to install the controller on the cloud infra like AWS/GCP/Azure/Other.
- The ingress-nginx-controller helm-chart is a generic install out of the box. The default set of helm values are **not** configured for installing on any infra provider. The annotations that are applicable to the cloud provider must be customized by the users.
+!!! 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.
See [AWS LB Constroller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/).
- Examples of some annotations needed for the service resource of --type LoadBalancer on AWS are below: + Examples of some annotations needed for the service resource of `--type LoadBalancer` on AWS are below: ```yaml annotations: service.beta.kubernetes.io/aws-load-balancer-scheme: "internet-facing"