mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
Merge pull request #14574 from mburke5678/nodes-device-plugins
Update Device Manager and Plugins for 4.1
This commit is contained in:
@@ -17,7 +17,7 @@ Containers are supported by individual vendors.
|
||||
====
|
||||
|
||||
A device plug-in is a gRPC service running on the nodes (external to
|
||||
`atomic-openshift-node.service`) that is responsible for managing specific
|
||||
the `kubelet`) that is responsible for managing specific
|
||||
hardware resources. Any device plug-in must support following remote procedure
|
||||
calls (RPCs):
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ metadata:
|
||||
spec:
|
||||
machineConfigPoolSelector:
|
||||
matchLabels:
|
||||
machine.openshift.io/cluster-api-machine-type: devicemgr <2>
|
||||
machineconfiguration.openshift.io: devicemgr <2>
|
||||
kubeletConfig:
|
||||
feature-gates:
|
||||
- DevicePlugins=true <3>
|
||||
|
||||
Reference in New Issue
Block a user