Skip to content

Commit a6fad6a

Browse files
arturgspbismael_serrano
authored andcommitted
Fix in docs. kuebctl -> kubectl (#349)
1 parent 8a02653 commit a6fad6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ For NGINX, you can access the [stub_status page](http://nginx.org/en/docs/http/n
150150
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.
151151
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):.
152152
```
153-
$ kuebctl port-forward <nginx-ingress-pod> 8080:8080 --namespace=nginx-ingress
153+
$ kubectl port-forward <nginx-ingress-pod> 8080:8080 --namespace=nginx-ingress
154154
```
155155
Open your browser at http://127.0.0.1:8080/stub_status to access the status.
156156

0 commit comments

Comments
 (0)