From 075f37f853c560b7afd164ab25cf57e4399259ed Mon Sep 17 00:00:00 2001 From: linyouchong Date: Fri, 24 Aug 2018 17:03:57 +0800 Subject: [PATCH] Fix error link in comment --- test/e2e_node/eviction_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e_node/eviction_test.go b/test/e2e_node/eviction_test.go index 961cfdf010..7724ac4a8c 100644 --- a/test/e2e_node/eviction_test.go +++ b/test/e2e_node/eviction_test.go @@ -44,7 +44,7 @@ import ( ) // Eviction Policy is described here: -// https://github.com/kubernetes/community/blob/master/contributors/design-proposals/kubelet-eviction.md +// https://github.com/kubernetes/community/blob/master/contributors/design-proposals/node/kubelet-eviction.md const ( postTestConditionMonitoringPeriod = 1 * time.Minute