From 784f9c53bbf50aa49f8f6a82d951e95828b21f2f Mon Sep 17 00:00:00 2001 From: Long Wu Yuan Date: Mon, 17 Jan 2022 05:35:28 +0530 Subject: [PATCH] checking mkdocs & ghpages (#8150) --- docs/user-guide/basic-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/basic-usage.md b/docs/user-guide/basic-usage.md index 089c08b3e..2142121d2 100644 --- a/docs/user-guide/basic-usage.md +++ b/docs/user-guide/basic-usage.md @@ -6,7 +6,7 @@ First of all follow the instructions to install ingress-nginx. Then imagine that Let's say that you want to expose the first at `myServiceA.foo.org` and the second at `myServiceB.foo.org`. -If cluster version < 1.19 you can create two **ingress** resources like this: +If the cluster version is < 1.19, you can create two **ingress** resources like this: ``` apiVersion: networking.k8s.io/v1beta1 @@ -91,4 +91,4 @@ On many cloud providers ingress-nginx will also create the corresponding Load Ba kubectl get services -n ingress-nginx ``` -To test inside minikube refer to this documentation: [Set up Ingress on Minikube with the NGINX Ingress Controller](https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/) \ No newline at end of file +To test inside minikube refer to this documentation: [Set up Ingress on Minikube with the NGINX Ingress Controller](https://kubernetes.io/docs/tasks/access-application-cluster/ingress-minikube/)