From 1aa94938bb847ef2c3989aec6c85afbc5eb9f063 Mon Sep 17 00:00:00 2001 From: moricho Date: Wed, 27 May 2020 16:43:58 +0900 Subject: [PATCH] Modify the kubelet document Modify the link to "KEP 14 - Moving ComponentConfig API types to staging repos" which was dead. Signed-off-by: moricho --- staging/src/k8s.io/kubelet/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/kubelet/README.md b/staging/src/k8s.io/kubelet/README.md index 9baec718030..5b3466550eb 100644 --- a/staging/src/k8s.io/kubelet/README.md +++ b/staging/src/k8s.io/kubelet/README.md @@ -1,6 +1,6 @@ # kubelet -Implements [KEP 14 - Moving ComponentConfig API types to staging repos](https://git.k8s.io/enhancements/keps/sig-cluster-lifecycle/0014-20180707-componentconfig-api-types-to-staging.md#kubelet-changes) +Implements [KEP 14 - Moving ComponentConfig API types to staging repos](https://git.k8s.io/enhancements/keps/sig-cluster-lifecycle/wgs/0014-20180707-componentconfig-api-types-to-staging.md#kubelet-changes) This repo provides external, versioned ComponentConfig API types for configuring the kubelet. These external types can easily be vendored and used by any third-party tool writing Kubernetes