@@ -149,7 +149,7 @@ See [the development guide](../../DEVEL.md) for details if you want to deploy a
149149Simplest option to enable use of Intel GPUs in Kubernetes Pods.
150150
151151``` bash
152- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin? ref=< RELEASE_VERSION>
152+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin?ref=<RELEASE_VERSION>'
153153```
154154
155155#### Install to nodes with Intel GPUs with NFD
@@ -158,13 +158,13 @@ Deploying GPU plugin to only nodes that have Intel GPU attached. [Node Feature D
158158
159159``` bash
160160# Start NFD - if your cluster doesn't have NFD installed yet
161- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd? ref=< RELEASE_VERSION>
161+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd?ref=<RELEASE_VERSION>'
162162
163163# Create NodeFeatureRules for detecting GPUs on nodes
164- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules? ref=< RELEASE_VERSION>
164+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules?ref=<RELEASE_VERSION>'
165165
166166# Create GPU plugin daemonset
167- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/nfd_labeled_nodes? ref=< RELEASE_VERSION>
167+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/nfd_labeled_nodes?ref=<RELEASE_VERSION>'
168168```
169169
170170#### Install to nodes with Intel GPUs with Fractional resources
@@ -184,13 +184,13 @@ the flag enabling, it is recommended to use kustomization by running:
184184
185185``` bash
186186# Start NFD with GPU related configuration changes
187- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/gpu? ref=< RELEASE_VERSION>
187+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/gpu?ref=<RELEASE_VERSION>'
188188
189189# Create NodeFeatureRules for detecting GPUs on nodes
190- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules? ref=< RELEASE_VERSION>
190+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/nfd/overlays/node-feature-rules?ref=<RELEASE_VERSION>'
191191
192192# Create GPU plugin daemonset
193- $ kubectl apply -k https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/fractional_resources? ref=< RELEASE_VERSION>
193+ $ kubectl apply -k ' https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/gpu_plugin/overlays/fractional_resources?ref=<RELEASE_VERSION>'
194194```
195195
196196##### Fractional resources details
0 commit comments