feat: add ovhcloud (#9171)
This commit is contained in:
parent
739e85ce7c
commit
a3bed7ae4c
1 changed files with 11 additions and 0 deletions
|
@ -30,6 +30,7 @@ ingress controller for your particular environment or cloud provider.
|
|||
- ... [Scaleway](#scaleway)
|
||||
- ... [Exoscale](#exoscale)
|
||||
- ... [Oracle Cloud Infrastructure](#oracle-cloud-infrastructure)
|
||||
- ... [OVHcloud](#ovhcloud)
|
||||
- ... [Bare-metal](#bare-metal-clusters)
|
||||
- [Miscellaneous](#miscellaneous)
|
||||
|
||||
|
@ -336,6 +337,16 @@ A
|
|||
[complete list of available annotations for Oracle Cloud Infrastructure](https://github.com/oracle/oci-cloud-controller-manager/blob/master/docs/load-balancer-annotations.md)
|
||||
can be found in the [OCI Cloud Controller Manager](https://github.com/oracle/oci-cloud-controller-manager) documentation.
|
||||
|
||||
### OVHcloud
|
||||
|
||||
```console
|
||||
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||
helm repo update
|
||||
helm -n ingress-nginx install ingress-nginx ingress-nginx/ingress-nginx --create-namespace
|
||||
```
|
||||
|
||||
You can find the [complete tutorial](https://docs.ovh.com/gb/en/kubernetes/installing-nginx-ingress/).
|
||||
|
||||
### Bare metal clusters
|
||||
|
||||
This section is applicable to Kubernetes clusters deployed on bare metal servers, as well as "raw" VMs where Kubernetes
|
||||
|
|
Loading…
Reference in a new issue