diff --git a/modules/nodes-pods-plugins-about.adoc b/modules/nodes-pods-plugins-about.adoc index d9583b9a7a..f5d2959a97 100644 --- a/modules/nodes-pods-plugins-about.adoc +++ b/modules/nodes-pods-plugins-about.adoc @@ -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): diff --git a/modules/nodes-pods-plugins-install.adoc b/modules/nodes-pods-plugins-install.adoc index 5c52282b5b..64dd147b43 100644 --- a/modules/nodes-pods-plugins-install.adoc +++ b/modules/nodes-pods-plugins-install.adoc @@ -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>