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 3b438eb4e5 moved the code.
This commit is contained in:
Kenjiro Nakayama 2021-08-11 15:04:02 +09:00
parent 5a732dcfe1
commit 4f7cb4fb69

View File

@ -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]