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
This commit is contained in:
crystaljade
2018-03-30 20:32:02 +08:00
committed by zacharysarah
parent 866c8f64e5
commit 65bc92da87
+1 -1
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.