From f2bc498fd0e482390e502e7cacf91473c9e8d709 Mon Sep 17 00:00:00 2001 From: crystaljade Date: Fri, 30 Mar 2018 20:32:02 +0800 Subject: [PATCH] Line 17 1,10 -> 1.10 (#7911) To enable GPU support through device plugins before 1,10 -> To enable GPU support through device plugins before 1.10 --- docs/tasks/manage-gpus/scheduling-gpus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/manage-gpus/scheduling-gpus.md b/docs/tasks/manage-gpus/scheduling-gpus.md index 0fb2cab71b..5f548e4352 100644 --- a/docs/tasks/manage-gpus/scheduling-gpus.md +++ b/docs/tasks/manage-gpus/scheduling-gpus.md @@ -14,7 +14,7 @@ consume GPUs across different Kubernetes versions and the current limitations. **From 1.8 onwards, the recommended way to consume GPUs is to use [device plugins](/docs/concepts/cluster-administration/device-plugins).** -To enable GPU support through device plugins before 1,10, the `DevicePlugins` +To enable GPU support through device plugins before 1.10, the `DevicePlugins` feature gate has to be explicitly set to true across the system: `--feature-gates="DevicePlugins=true"`. This is no longer required starting from 1.10.