From ea3ae6c545bb8d86cdb35c002aa744acd40ed1b8 Mon Sep 17 00:00:00 2001 From: Aurelie Vache Date: Mon, 17 Oct 2022 08:43:21 +0200 Subject: [PATCH] feat: add ovhcloud --- docs/deploy/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index eed695ac9e..4cefb7c484 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -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