Minor type (#11966)
Removed an & that was not needed and would break on windows
This commit is contained in:
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue