@@ -12,7 +12,7 @@ Table of Contents
1212 * [ Deploying as a DaemonSet] ( #deploying-as-a-daemonset )
1313 * [ Build the plugin image] ( #build-the-plugin-image )
1414 * [ Deploy the DaemonSet] ( #deploy-the-daemonset )
15- * [ Verify QAT device plugin is registered on master :] ( #verify-qat-device-plugin-is-registered-on-master )
15+ * [ Verify QAT device plugin is registered:] ( #verify-qat-device-plugin-is-registered )
1616 * [ Deploying by hand] ( #deploying-by-hand )
1717 * [ Build QAT device plugin] ( #build-qat-device-plugin )
1818 * [ Deploy QAT plugin] ( #deploy-qat-plugin )
@@ -114,7 +114,7 @@ The demonstrations have their own requirements, listed in their own specific sec
114114
115115[ Pre-built images] ( https://hub.docker.com/r/intel/intel-qat-plugin )
116116of this component are available on the Docker hub. These images are automatically built and uploaded
117- to the hub from the latest master branch of this repository.
117+ to the hub from the latest main branch of this repository.
118118
119119Release tagged images of the components are also available on the Docker hub, tagged with their
120120release version numbers in the format ` x.y.z ` , corresponding to the branches and releases in this
@@ -197,7 +197,7 @@ $ kubectl create -f ${INTEL_DEVICE_PLUGINS_SRC}/deployments/qat_plugin/base/inte
197197> socket creation and kubelet registration. Furthermore, the deployments ` securityContext ` must
198198> be configured with appropriate ` runAsUser/runAsGroup ` .
199199
200- #### Verify QAT device plugin is registered on master:
200+ #### Verify QAT device plugin is registered
201201
202202Verification of the plugin deployment and detection of QAT hardware can be confirmed by
203203examining the resource allocations on the nodes:
0 commit comments