From 40f408232807f26ee75246a0b511002d384ea7a8 Mon Sep 17 00:00:00 2001 From: Chris Knowles Date: Thu, 19 Jul 2018 04:17:22 +0800 Subject: [PATCH] Add when storage key name changed (#9532) It seems the name changed in k8s 1.8 which was reflected in https://github.com/kubernetes/website/pull/5490 but the last section still mentions the old name without saying it has changed. --- .../docs/tasks/administer-cluster/reserve-compute-resources.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/tasks/administer-cluster/reserve-compute-resources.md b/content/en/docs/tasks/administer-cluster/reserve-compute-resources.md index 21ad5376aa44c..b1ecc670b971e 100644 --- a/content/en/docs/tasks/administer-cluster/reserve-compute-resources.md +++ b/content/en/docs/tasks/administer-cluster/reserve-compute-resources.md @@ -248,4 +248,7 @@ the proper part of the cgroup hierarchy. As of Kubernetes version 1.7, `kubelet` supports specifying `storage` as a resource for `kube-reserved` and `system-reserved`. +As of Kubernetes version 1.8, the `storage` key name was changed to `ephemeral-storage` +for the alpha release. + {{% /capture %}}