Minor type (#11966)
Removed an & that was not needed and would break on windows
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
935e50da22
commit
134a391407
@@ -56,7 +56,7 @@ locating the apiserver and authenticating.
|
||||
Run it like this:
|
||||
|
||||
```shell
|
||||
$ kubectl proxy --port=8080 &
|
||||
$ kubectl proxy --port=8080
|
||||
```
|
||||
|
||||
See [kubectl proxy](/docs/reference/generated/kubectl/kubectl-commands/#proxy) for more details.
|
||||
|
||||
Reference in New Issue
Block a user