Add install command for Scaleway
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
This commit is contained in:
parent
e5489d8598
commit
6318d40339
4 changed files with 697 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
- [GCE - GKE](#gce-gke)
|
||||
- [Azure](#azure)
|
||||
- [Digital Ocean](#digital-ocean)
|
||||
- [Scaleway](#scaleway)
|
||||
- [Bare-metal](#bare-metal)
|
||||
- [Verify installation](#verify-installation)
|
||||
- [Detect installed version](#detect-installed-version)
|
||||
|
|
@ -143,6 +144,12 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/cont
|
|||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.35.0/deploy/static/provider/do/deploy.yaml
|
||||
```
|
||||
|
||||
#### Scaleway
|
||||
|
||||
```console
|
||||
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/scw/deploy.yaml
|
||||
```
|
||||
|
||||
#### Bare-metal
|
||||
|
||||
Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue