mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
Merge pull request #3099 from pkbhowmick/fix-helm
Update ingress-nginx installation guide for azure private dns
This commit is contained in:
commit
66ec9912ea
@ -19,11 +19,12 @@ Therefore, please see the subsequent prerequisites.
|
||||
|
||||
Helm is used to deploy the ingress controller.
|
||||
|
||||
We employ the popular chart [stable/nginx-ingress](https://github.com/helm/charts/tree/HEAD/stable/nginx-ingress).
|
||||
We employ the popular chart [ingress-nginx](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx).
|
||||
|
||||
```
|
||||
$ helm install stable/nginx-ingress \
|
||||
--name nginx-ingress \
|
||||
$ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||
$ helm repo update
|
||||
$ helm install [RELEASE_NAME] ingress-nginx/ingress-nginx
|
||||
--set controller.publishService.enabled=true
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user