From dd77deabedfb70e371d0dfcafd42be55b42ea790 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Tue, 7 Mar 2017 19:06:29 +0800 Subject: [PATCH] Update garbage-collection.md modify the url and link --- docs/admin/garbage-collection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/garbage-collection.md b/docs/admin/garbage-collection.md index ece46c7e07..3124de50b8 100644 --- a/docs/admin/garbage-collection.md +++ b/docs/admin/garbage-collection.md @@ -72,4 +72,4 @@ Including: | `--low-diskspace-threshold-mb` | `--eviction-hard` or `eviction-soft` | eviction generalizes disk thresholds to other resources | | `--outofdisk-transition-frequency` | `--eviction-pressure-transition-period` | eviction generalizes disk pressure transition to other resources | -See [kubelet eviction design doc](https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/admin/out-of-resource.md) for more details. +See [Configuring Out Of Resource Handling](https://kubernetes.io/docs/admin/out-of-resource/) for more details.