Skip to content

Commit

Permalink
Fix in docs. kuebctl -> kubectl (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturgspb authored and Dean-Coakley committed Aug 27, 2018
1 parent 01a7db3 commit 68b13ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ For NGINX, you can access the [stub_status page](http:https://nginx.org/en/docs/http/n
2. Stub_status is available on port 8080 by default. It is customizable by the `nginx-status-port` command-line argument. If yours is not on 8080, modify the kubectl proxy command below.
1. Use the `kubectl port-forward` command to forward connections to port 8080 on your local machine to port 8080 of an NGINX Ingress controller pod (replace `<nginx-ingress-pod>` with the actual name of a pod):.
```
$ kuebctl port-forward <nginx-ingress-pod> 8080:8080 --namespace=nginx-ingress
$ kubectl port-forward <nginx-ingress-pod> 8080:8080 --namespace=nginx-ingress
```
Open your browser at http:https://127.0.0.1:8080/stub_status to access the status.

Expand Down

0 comments on commit 68b13ad

Please sign in to comment.