Skip to content

Commit

Permalink
checking mkdocs & ghpages (kubernetes#8150)
Browse files Browse the repository at this point in the history
  • Loading branch information
longwuyuan authored Jan 17, 2022
1 parent 3732681 commit 784f9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide/basic-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/)
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/)

0 comments on commit 784f9c5

Please sign in to comment.