Skip to content

[ko] Update content/ko/docs/concepts/cluster-administration/system-logs.md - #57637

Open
dongjune8931 wants to merge 1 commit into
kubernetes:mainfrom
dongjune8931:update-system-logs-ko
Open

dongjune8931 wants to merge 1 commit into
kubernetes:mainfrom
dongjune8931:update-system-logs-ko

Conversation

@dongjune8931

Copy link
Copy Markdown
Contributor

Description

Update the Korean translation of content/ko/docs/concepts/cluster-administration/system-logs.md to match the English source.

  • Add the warning about log output stability.
  • Update the klog flag removal information and contextual logging section.
  • Add the Log Query section, including configuration, security guidance, examples, and query options.

Issue

Closes: #57437

@kubernetes-prow kubernetes-prow Bot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Sep 20, 2026
@kubernetes-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign jongwooo for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubernetes-prow kubernetes-prow Bot added the area/localization General issues or PRs related to localization label Sep 20, 2026
@kubernetes-prow kubernetes-prow Bot added language/ko Issues or PRs related to Korean language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Sep 20, 2026
@netlify

netlify Bot commented Sep 20, 2026

Copy link
Copy Markdown

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 2cac18b
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/6aafaeaacca3670008536b0d
😎 Deploy Preview https://deploy-preview-57637--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Eundms

Eundms commented Sep 21, 2026

Copy link
Copy Markdown
Member

/assgin

@Eundms Eundms left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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부터

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
다음 klog 명령줄 플래그는 쿠버네티스 v1.23부터
다음 klog 커맨드라인 플래그는 쿠버네티스 v1.23부터
  • 용어집에도 command line tool 이 커맨드라인 툴로 되어 있습니다.

Comment on lines 98 to 99

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
로그 메시지를 생성하는 코드가 기존의 구조화되지 않은 klog 출력을 사용할지,
구조화된 로깅을 사용할지 결정한다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[커맨드라인 툴](/docs/reference/command-line-tools-reference/)을 참고한다.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
값을 줄이면 기록된 이벤트 수가 줄어든다. 로그 상세 레벨(verbosity)을 높이면
  • 를 -> 을

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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/) 알아보기

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [쿠버네티스 로깅 아키텍처](/ko/docs/concepts/cluster-administration/logging/) 알아보기
* [쿠버네티스 로깅 아키텍처](/docs/concepts/cluster-administration/logging/) 알아보기

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/ko Issues or PRs related to Korean language sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ko] Update content/ko/docs/concepts/cluster-administration/system-logs.md

2 participants