Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko]Update outdated controllers/replicaset in dev-1.24-ko.2(M41) #35729

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions content/ko/docs/concepts/workloads/controllers/replicaset.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---




reviewers:
- Kashomon
- bprashanth
- madhusudancs
title: 레플리카셋
content_type: concept
weight: 20
Expand Down Expand Up @@ -78,7 +78,7 @@ kubectl describe rs/frontend

출력은 다음과 유사할 것이다.

```shell
```
Name: frontend
Namespace: default
Selector: tier=frontend
Expand Down Expand Up @@ -130,7 +130,7 @@ kubectl get pods frontend-b2zdv -o yaml

메타데이터의 ownerReferences 필드에 설정되어 있는 프런트엔드 레플리카셋의 정보가 다음과 유사하게 나오는 것을 볼 수 있다.

```shell
```yaml
apiVersion: v1
kind: Pod
metadata:
Expand Down Expand Up @@ -181,7 +181,7 @@ kubectl get pods

결과에는 새로운 파드가 이미 종료되었거나 종료가 진행 중인 것을 보여준다.

```shell
```
NAME READY STATUS RESTARTS AGE
frontend-b2zdv 1/1 Running 0 10m
frontend-vcmts 1/1 Running 0 10m
Expand Down Expand Up @@ -210,7 +210,7 @@ kubectl get pods
```

다음 출력에서 볼 수 있다.
```shell
```
NAME READY STATUS RESTARTS AGE
frontend-hmmj2 1/1 Running 0 9s
pod1 1/1 Running 0 36s
Expand Down