[ko] Update content/ko/docs/concepts/cluster-administration/system-logs.md - #57637
dongjune8931 wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
✅ Pull request preview available for checkingBuilt without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/assgin |
Eundms
left a comment
There was a problem hiding this comment.
@dongjune8931 안녕하세요 : ) 기여 감사합니다 !몇 가지 리뷰 남겼으니 확인 부탁드립니다.
| 다음 klog 명령줄 플래그는 쿠버네티스 1.23에서 | ||
| [사용 중단](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components)되었으며 | ||
| 이후 릴리스에서 제거될 것이다. | ||
| 다음 klog 명령줄 플래그는 쿠버네티스 v1.23부터 |
There was a problem hiding this comment.
| 다음 klog 명령줄 플래그는 쿠버네티스 v1.23부터 | |
| 다음 klog 커맨드라인 플래그는 쿠버네티스 v1.23부터 |
- 용어집에도 command line tool 이 커맨드라인 툴로 되어 있습니다.
There was a problem hiding this comment.
| 로그 메시지를 생성하는 코드가 기존의 구조화되지 않은 klog 출력을 사용할지, | |
| 구조화된 로깅을 사용할지 결정한다. |
There was a problem hiding this comment.
| [커맨드라인 툴](/docs/reference/command-line-tools-reference/)을 참고한다. |
There was a problem hiding this comment.
| 값을 줄이면 기록된 이벤트 수가 줄어든다. 로그 상세 레벨(verbosity)을 높이면 |
- 를 -> 을
There was a problem hiding this comment.
| systemd를 사용하는 시스템에서는, kubelet과 컨테이너 런타임은 journald에 기록한다. |
- 오타가 있어 변경 요청드립니다.
| # node-1.example이라는 이름의 노드에서 "error"라는 단어가 포함된 kubelet 로그 가져오기 | ||
| kubectl get --raw "/api/v1/nodes/node-1.example/proxy/logs/?query=kubelet&pattern=error" | ||
| ``` | ||
|
|
||
| ## {{% heading "whatsnext" %}} | ||
|
|
||
| * [쿠버네티스 로깅 아키텍처](/ko/docs/concepts/cluster-administration/logging/) 알아보기 |
There was a problem hiding this comment.
| * [쿠버네티스 로깅 아키텍처](/ko/docs/concepts/cluster-administration/logging/) 알아보기 | |
| * [쿠버네티스 로깅 아키텍처](/docs/concepts/cluster-administration/logging/) 알아보기 |
Description
Update the Korean translation of
content/ko/docs/concepts/cluster-administration/system-logs.mdto match the English source.Issue
Closes: #57437