From 4f7cb4fb69750e093b2b3d25945d69e77155bbbd Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Wed, 11 Aug 2021 15:04:02 +0900 Subject: [PATCH] Update obsolete link in the Conformance Test doc This patch updates the link for kubelet.go. Recent conformance test docs always contain the invalid link - e.g. https://github.com/cncf/k8s-conformance/blob/master/docs/KubeConformance-1.21.md#output since 3b438eb4e579bbe7d1731a7f51236218536ff2f7 moved the code. --- test/conformance/cf_header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/cf_header.md b/test/conformance/cf_header.md index a6c5c44bcfd..66b4f3acd26 100644 --- a/test/conformance/cf_header.md +++ b/test/conformance/cf_header.md @@ -27,7 +27,7 @@ be used to document the test which make it more human readable. The "Description documentation for that test. ### **Output:** -## [Kubelet, log output, default](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/common/kubelet.go#L48) +## [Kubelet, log output, default](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/common/node/kubelet.go#L49) - Added to conformance in release v1.13 - Defined in code as: [k8s.io] Kubelet when scheduling a busybox command in a pod should print the output to logs [NodeConformance] [Conformance]