Skip to content

Commit

Permalink
Update kubectl/cheatsheet.md in dev-1.17-ko.3 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiajkang committed Jan 15, 2020
1 parent 986c289 commit e6bfae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/ko/docs/reference/kubectl/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ kubectl config unset users.foo # foo 사용자 삭제

## 오브젝트 생성

쿠버네티스 매니페스트는 json이나 yaml로 정의된다. 파일 확장자는 `.yaml`
쿠버네티스 매니페스트는 JSON이나 YAML로 정의된다. 파일 확장자는 `.yaml`
, `.yml`, `.json` 이 사용된다.

```bash
Expand Down Expand Up @@ -203,6 +203,7 @@ kubectl rollout history deployment/frontend # 현 리비전
kubectl rollout undo deployment/frontend # 이전 디플로이먼트로 롤백
kubectl rollout undo deployment/frontend --to-revision=2 # 특정 리비전으로 롤백
kubectl rollout status -w deployment/frontend # 완료될 때까지 "frontend" 디플로이먼트의 롤링 업데이트 상태를 감시
kubectl rollout restart deployment/frontend # "frontend" 디플로이먼트의 롤링 재시작


# 버전 1.11 부터 사용 중단
Expand Down

0 comments on commit e6bfae7

Please sign in to comment.