common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/pcdovtoppm.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

20
pages.ko/common/popeye.md Normal file
View File

@@ -0,0 +1,20 @@
# popeye
> Kubernetes 배포 매니페스트의 잠재적 문제 보고.
> 더 많은 정보: <https://github.com/derailed/popeye>.
- 현재 Kubernetes 클러스터 스캔:
`popeye`
- 특정 네임스페이스 스캔:
`popeye -n {{네임스페이스}}`
- 특정 Kubernetes 컨텍스트 스캔:
`popeye --context={{컨텍스트}}`
- 스캐닝에 스피니치 구성 파일 사용:
`popeye -f {{spinach.yaml}}`