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
pull/7910/merge
crystaljade 2018-03-30 20:32:02 +08:00 committed by k8s-ci-robot
parent 11af47da0a
commit f2bc498fd0
1 changed files with 1 additions and 1 deletions

View File

@ -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.