mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Merge pull request #5978 from smarterclayton/order_commands
Order the commands in kubectl by importance and function
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
## kubectl port-forward
|
||||
|
||||
Forward 1 or more local ports to a pod.
|
||||
Forward one or more local ports to a pod.
|
||||
|
||||
### Synopsis
|
||||
|
||||
|
||||
Forward 1 or more local ports to a pod.
|
||||
Forward one or more local ports to a pod.
|
||||
|
||||
```
|
||||
kubectl port-forward -p POD [LOCAL_PORT:]REMOTE_PORT [...[LOCAL_PORT_N:]REMOTE_PORT_N]
|
||||
|
@@ -45,24 +45,24 @@ kubectl
|
||||
```
|
||||
|
||||
### SEE ALSO
|
||||
* [kubectl-version](kubectl-version.md)
|
||||
* [kubectl-apiversions](kubectl-apiversions.md)
|
||||
* [kubectl-clusterinfo](kubectl-clusterinfo.md)
|
||||
* [kubectl-proxy](kubectl-proxy.md)
|
||||
* [kubectl-get](kubectl-get.md)
|
||||
* [kubectl-describe](kubectl-describe.md)
|
||||
* [kubectl-create](kubectl-create.md)
|
||||
* [kubectl-update](kubectl-update.md)
|
||||
* [kubectl-delete](kubectl-delete.md)
|
||||
* [kubectl-config](kubectl-config.md)
|
||||
* [kubectl-namespace](kubectl-namespace.md)
|
||||
* [kubectl-log](kubectl-log.md)
|
||||
* [kubectl-rollingupdate](kubectl-rollingupdate.md)
|
||||
* [kubectl-resize](kubectl-resize.md)
|
||||
* [kubectl-exec](kubectl-exec.md)
|
||||
* [kubectl-port-forward](kubectl-port-forward.md)
|
||||
* [kubectl-proxy](kubectl-proxy.md)
|
||||
* [kubectl-run-container](kubectl-run-container.md)
|
||||
* [kubectl-stop](kubectl-stop.md)
|
||||
* [kubectl-expose](kubectl-expose.md)
|
||||
* [kubectl-label](kubectl-label.md)
|
||||
* [kubectl-config](kubectl-config.md)
|
||||
* [kubectl-clusterinfo](kubectl-clusterinfo.md)
|
||||
* [kubectl-apiversions](kubectl-apiversions.md)
|
||||
* [kubectl-version](kubectl-version.md)
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
|
||||
.SH NAME
|
||||
.PP
|
||||
kubectl port\-forward \- Forward 1 or more local ports to a pod.
|
||||
kubectl port\-forward \- Forward one or more local ports to a pod.
|
||||
|
||||
|
||||
.SH SYNOPSIS
|
||||
@@ -13,7 +13,7 @@ kubectl port\-forward \- Forward 1 or more local ports to a pod.
|
||||
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
Forward 1 or more local ports to a pod.
|
||||
Forward one or more local ports to a pod.
|
||||
|
||||
|
||||
.SH OPTIONS
|
||||
|
@@ -128,7 +128,7 @@ Find more information at
|
||||
|
||||
.SH SEE ALSO
|
||||
.PP
|
||||
\fBkubectl\-version(1)\fP, \fBkubectl\-apiversions(1)\fP, \fBkubectl\-clusterinfo(1)\fP, \fBkubectl\-proxy(1)\fP, \fBkubectl\-get(1)\fP, \fBkubectl\-describe(1)\fP, \fBkubectl\-create(1)\fP, \fBkubectl\-update(1)\fP, \fBkubectl\-delete(1)\fP, \fBkubectl\-config(1)\fP, \fBkubectl\-namespace(1)\fP, \fBkubectl\-log(1)\fP, \fBkubectl\-rollingupdate(1)\fP, \fBkubectl\-resize(1)\fP, \fBkubectl\-exec(1)\fP, \fBkubectl\-port\-forward(1)\fP, \fBkubectl\-run\-container(1)\fP, \fBkubectl\-stop(1)\fP, \fBkubectl\-expose(1)\fP, \fBkubectl\-label(1)\fP,
|
||||
\fBkubectl\-get(1)\fP, \fBkubectl\-describe(1)\fP, \fBkubectl\-create(1)\fP, \fBkubectl\-update(1)\fP, \fBkubectl\-delete(1)\fP, \fBkubectl\-namespace(1)\fP, \fBkubectl\-log(1)\fP, \fBkubectl\-rollingupdate(1)\fP, \fBkubectl\-resize(1)\fP, \fBkubectl\-exec(1)\fP, \fBkubectl\-port\-forward(1)\fP, \fBkubectl\-proxy(1)\fP, \fBkubectl\-run\-container(1)\fP, \fBkubectl\-stop(1)\fP, \fBkubectl\-expose(1)\fP, \fBkubectl\-label(1)\fP, \fBkubectl\-config(1)\fP, \fBkubectl\-clusterinfo(1)\fP, \fBkubectl\-apiversions(1)\fP, \fBkubectl\-version(1)\fP,
|
||||
|
||||
|
||||
.SH HISTORY
|
||||
|
Reference in New Issue
Block a user