Add Exoscale in the documentation

This commit is contained in:
mcorbin 2021-04-23 16:25:43 +02:00
parent f5cfd5730c
commit 7b5a492a09
No known key found for this signature in database
GPG key ID: AC9AF9187B6D7964
4 changed files with 706 additions and 0 deletions

View file

@ -37,6 +37,7 @@
- [Azure](#azure)
- [Digital Ocean](#digital-ocean)
- [Scaleway](#scaleway)
- [Exoscale](#exoscale)
- [Bare-metal](#bare-metal)
- [Verify installation](#verify-installation)
- [Detect installed version](#detect-installed-version)
@ -161,6 +162,14 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.45.0/deploy/static/provider/scw/deploy.yaml
```
#### Exoscale
```console
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/exoscale/deploy.yaml
```
The full list of annotations supported by Exoscale is available in the Exoscale Cloud Controller Manager [documentation](https://github.com/exoscale/exoscale-cloud-controller-manager/blob/master/docs/service-loadbalancer.md).
#### Bare-metal
Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport):