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.10pull/7910/merge
parent
11af47da0a
commit
f2bc498fd0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue