website/content/zh/docs/reference/kubectl
joostas 2c3ece825f [zh] Fix label selector in "kubectl for Docker Users"
Before:
```sh
kubectl get po -l run=nginx-app
No resources found in default namespace.
```
Because:
```sh
kubectl get po --show-labels
NAME                         READY   STATUS    RESTARTS   AGE   LABELS
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          17m   app=nginx-app,pod-template-hash=58cfd4c468
```
After:
```sh
kubectl get po -l app=nginx-app
NAME                         READY   STATUS    RESTARTS   AGE
nginx-app-58cfd4c468-jx6qp   1/1     Running   0          18m
```
2021-04-12 12:43:52 +03:00
..
_index.md Remove execute permission of markdown files, not only glossary term pages but all 2020-08-22 19:20:25 +08:00
cheatsheet.md [zh] update cheatsheet.md 2021-01-06 01:33:32 +02:00
conventions.md [zh] Tidy list of generators for “kubectl create” 2021-02-08 01:57:13 +02:00
docker-cli-to-kubectl.md [zh] Fix label selector in "kubectl for Docker Users" 2021-04-12 12:43:52 +03:00
jsonpath.md [zh] Sync change from English (Issues 25247) (#25322) 2020-12-01 01:10:50 -08:00
kubectl-cmds.md ZH-trans: merge release1.16-temporary to master (#18217) 2019-12-24 16:51:29 -08:00
kubectl.md update content/zh/docs/reference/kubectl/kubectl.md 2020-12-25 06:05:04 +00:00
overview.md [zh] Fix links in zh localization (4) 2020-12-04 18:26:04 +08:00