Skip to content

Commit

Permalink
Merge pull request #27414 from joostas/docker-cli-to-kubectl-en
Browse files Browse the repository at this point in the history
[en] Fix label selector in "kubectl for Docker Users"
  • Loading branch information
k8s-ci-robot committed May 16, 2021
2 parents c44acab + ee1361d commit b37d82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/reference/kubectl/docker-cli-to-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ nginx-app 1/1 1 1 2m
```

```shell
kubectl get po -l run=nginx-app
kubectl get po -l app=nginx-app
```
```
NAME READY STATUS RESTARTS AGE
Expand All @@ -279,7 +279,7 @@ deployment "nginx-app" deleted
```

```shell
kubectl get po -l run=nginx-app
kubectl get po -l app=nginx-app
# Return nothing
```

Expand Down

0 comments on commit b37d82a

Please sign in to comment.