From 32e334d6de27d470560f2e83a5dbd99b9e9b2ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=AD=A3=E6=B5=A9=2CZhu=20Zhenghao?= Date: Wed, 5 Apr 2023 17:00:45 +0800 Subject: [PATCH] [ko]update link of text/template --- .../list-all-running-container-images.md | 4 ++-- .../debug/debug-application/determine-reason-pod-failure.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/ko/docs/tasks/access-application-cluster/list-all-running-container-images.md b/content/ko/docs/tasks/access-application-cluster/list-all-running-container-images.md index a6f4f086d2..6b066893d0 100644 --- a/content/ko/docs/tasks/access-application-cluster/list-all-running-container-images.md +++ b/content/ko/docs/tasks/access-application-cluster/list-all-running-container-images.md @@ -94,7 +94,7 @@ kubectl get pods --namespace kube-system -o jsonpath="{.items[*].spec.containers ## jsonpath 대신 Go 템플릿을 사용하여 컨테이너 이미지 목록 보기 -jsonpath의 대안으로 Kubectl은 [Go 템플릿](https://golang.org/pkg/text/template/)을 지원한다. +jsonpath의 대안으로 Kubectl은 [Go 템플릿](https://pkg.go.dev/text/template)을 지원한다. 다음과 같이 결과값의 서식을 지정할 수 있다. ```shell @@ -106,4 +106,4 @@ kubectl get pods --all-namespaces -o go-template --template="{{range .items}}{{r ### 참조 * [Jsonpath](/ko/docs/reference/kubectl/jsonpath/) 참조 -* [Go 템플릿](https://golang.org/pkg/text/template/) 참조 +* [Go 템플릿](https://pkg.go.dev/text/template) 참조 diff --git a/content/ko/docs/tasks/debug/debug-application/determine-reason-pod-failure.md b/content/ko/docs/tasks/debug/debug-application/determine-reason-pod-failure.md index 0ca469e212..0ab055bc71 100644 --- a/content/ko/docs/tasks/debug/debug-application/determine-reason-pod-failure.md +++ b/content/ko/docs/tasks/debug/debug-application/determine-reason-pod-failure.md @@ -129,4 +129,4 @@ spec: * [컨테이너](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#container-v1-core) 에 있는 `terminationMessagePath` 에 대해 읽어보기. * [로그 검색](/ko/docs/concepts/cluster-administration/logging/)에 대해 배워보기. -* [Go 템플릿](https://golang.org/pkg/text/template/)에 대해 배워보기. +* [Go 템플릿](https://pkg.go.dev/text/template)에 대해 배워보기.