mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,32 @@
# minikube
> Kubernetes를 로컬에서 실행.
> 더 많은 정보: <https://minikube.sigs.k8s.io/docs/>.
- 클러스터 시작:
`minikube start`
- 클러스터의 IP 주소 가져오기:
`minikube ip`
- 노드 포트를 통해 노출된 my_service라는 서비스에 접근하고 URL 가져오기:
`minikube service {{my_service}} --url`
- 브라우저에서 Kubernetes 대시보드 열기:
`minikube dashboard`
- 실행 중인 클러스터 중지:
`minikube stop`
- 클러스터 삭제:
`minikube delete`
- LoadBalancer 서비스에 연결:
`minikube tunnel`