1
0
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:
Michael Burke
2019-05-16 11:15:50 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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):

View File

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