k3s/translations/kubectl
Kubernetes Submit Queue 7720c40cb9
Merge pull request #64773 from MasayaAoyama/add-port-foward-examples
Automatic merge from submit-queue (batch tested with PRs 58690, 64773, 64880, 64915, 64831). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

add port-forward examples for sevice

add port-forward examples for sevice

```
$  kubectl port-forward --help

........
Examples:
  # Listen on ports 5000 and 6000 locally, forwarding data to/from ports 5000 and 6000 in the pod
  kubectl port-forward pod/mypod 5000 6000

  # Listen on ports 5000 and 6000 locally, forwarding data to/from ports 5000 and 6000 in a pod selected by the
deployment
  kubectl port-forward deployment/mydeployment 5000 6000

  # Listen on ports 5000 and 6000 locally, forwarding data to/from ports 5000 and 6000 in a pod selected by the
service
  kubectl port-forward service/myservice 5000 6000

  # Listen on port 8888 locally, forwarding to 5000 in the pod
  kubectl port-forward pod/mypod 8888:5000

  # Listen on a random port locally, forwarding to 5000 in the pod
  kubectl port-forward pod/mypod :5000
........
```



**What this PR does / why we need it**:
add port-forward examples for sevice

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
add port-forward examples for sevice
```
2018-06-20 14:21:14 -07:00
..
de_DE/LC_MESSAGES Generate bindata.go and k8s.mo 2018-01-20 01:56:49 +00:00
default/LC_MESSAGES add port-forward examples for sevice 2018-06-06 00:04:44 +09:00
en_US/LC_MESSAGES Generate bindata.go and k8s.mo 2018-01-20 01:56:49 +00:00
fr_FR/LC_MESSAGES
it_IT/LC_MESSAGES Typo in IT translation 2018-03-07 11:35:23 +01:00
ja_JP/LC_MESSAGES Generate bindata.go and k8s.mo 2018-01-20 01:56:49 +00:00
ko_KR/LC_MESSAGES Adds initial Korean translations for kubectl 2018-05-12 11:16:49 +09:00
zh_CN/LC_MESSAGES fixChineseTranslation 2018-05-25 15:16:47 +08:00
zh_TW/LC_MESSAGES
OWNERS
template.pot Fix typo 2018-01-19 13:17:28 +00:00