Skip to content

Commit 8c8ccfb

Browse files
committed
[ko] fix typos in workloads/management.md
1 parent 1985d98 commit 8c8ccfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/ko/docs/concepts/workloads/management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
132132
my-nginx-svc LoadBalancer 10.0.0.208 <pending> 80/TCP 0s
133133
```
134134

135-
위 명령어는 처음에 `examples/application/nginx/` 아래의 리소스를 생성하고,
135+
위 명령어는 처음에 `docs/concepts/cluster-administration/nginx/` 아래의 리소스를 생성하고,
136136
`-o name`으로 생성된 리소스의 출력 형식을 정한다 (각 리소스를 리소스/이름으로 출력한다).
137137
서비스만 `grep`한 다음에, [`kubectl get`](/docs/reference/kubectl/generated/kubectl_get/)을 사용하여 출력한다.
138138

@@ -379,7 +379,7 @@ deployment.apps/my-nginx scaled
379379
이제 배포에서 관리하는 파드는 하나뿐이다.
380380

381381
```shell
382-
kubectl get pods -l app=nginx
382+
kubectl get pods -l app=my-nginx
383383
```
384384

385385
```none

0 commit comments

Comments
 (0)