Skip to content

Commit a63b896

Browse files
authored
Merge pull request #27416 from joostas/docker-cli-to-kubectl-ko
[ko] Fix label selector in "kubectl for Docker Users"
2 parents 7f98171 + 47691b5 commit a63b896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ko/docs/reference/kubectl/docker-cli-to-kubectl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ nginx-app 1/1 1 1 2m
265265
```
266266

267267
```shell
268-
kubectl get po -l run=nginx-app
268+
kubectl get po -l app=nginx-app
269269
```
270270
```
271271
NAME READY STATUS RESTARTS AGE
@@ -279,7 +279,7 @@ deployment "nginx-app" deleted
279279
```
280280

281281
```shell
282-
kubectl get po -l run=nginx-app
282+
kubectl get po -l app=nginx-app
283283
# 아무것도 반환하지 않는다
284284
```
285285

0 commit comments

Comments
 (0)