docs: Bare-metal considerations

This commit is contained in:
Antoine Cotten 2018-09-04 21:32:47 +02:00
parent 05025d66a6
commit 775b8358c6
No known key found for this signature in database
GPG key ID: 94637E68D4A79DD0
13 changed files with 310 additions and 2 deletions

View file

@ -10,7 +10,7 @@
- [AWS](#aws)
- [GCE - GKE](#gce-gke)
- [Azure](#azure)
- [Baremetal](#baremetal)
- [Bare-metal](#bare-metal)
- [Verify installation](#verify-installation)
- [Detect installed version](#detect-installed-version)
- [Using Helm](#using-helm)
@ -125,7 +125,7 @@ kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/mast
```
#### Baremetal
#### Bare-metal
Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport):
@ -133,6 +133,9 @@ Using [NodePort](https://kubernetes.io/docs/concepts/services-networking/service
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/provider/baremetal/service-nodeport.yaml
```
!!! tip
For extended notes regarding deployments on bare-metal, see [Bare-metal considerations](./baremetal/).
### Verify installation
To check if the ingress controller pods have started, run the following command: