common/k*: add Korean translation (#14560)

This commit is contained in:
코드싸이
2024-11-02 15:16:58 +09:00
committed by GitHub
parent 4e659ba38f
commit b6bf0c2f48
41 changed files with 1041 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# k8s-unused-secret-detector
> 사용되지 않는 Kubernetes 시크릿 감지.
> 더 많은 정보: <https://github.com/dtan4/k8s-unused-secret-detector>.
- 사용되지 않는 시크릿 감지:
`k8s-unused-secret-detector`
- 특정 네임스페이스에서 사용되지 않는 시크릿 감지:
`k8s-unused-secret-detector -n {{네임스페이스}}`
- 특정 네임스페이스에서 사용되지 않는 시크릿 삭제:
`k8s-unused-secret-detector -n {{네임스페이스}} | kubectl delete secret -n {{네임스페이스}}`