From 6ec7b823c1fb3a9731e955ee3150ae6ca44eea2f Mon Sep 17 00:00:00 2001 From: chymy Date: Thu, 24 Dec 2020 15:41:05 +0800 Subject: [PATCH] Add a hyperlink to issue 95156 Signed-off-by: chymy --- pkg/scheduler/framework/plugins/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/plugins/README.md b/pkg/scheduler/framework/plugins/README.md index 6ddcdb46566..58742e91aa7 100644 --- a/pkg/scheduler/framework/plugins/README.md +++ b/pkg/scheduler/framework/plugins/README.md @@ -5,7 +5,7 @@ Read [the docs](https://kubernetes.io/docs/concepts/scheduling-eviction/scheduling-framework/) to understand the different extension points within the scheduling framework. -TODO(#95156): flesh this out a bit more. +TODO([#95156](https://github.com/kubernetes/kubernetes/issues/95156)): flesh this out a bit more. ## Adding plugin configuration parameters through `KubeSchedulerConfiguration`