@@ -149,7 +149,7 @@ See [the development guide](../../DEVEL.md) for details if you want to deploy a
149
149
Simplest option to enable use of Intel GPUs in Kubernetes Pods.
150
150
151
151
``` 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>'
153
153
```
154
154
155
155
#### 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
158
158
159
159
``` bash
160
160
# 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>'
162
162
163
163
# 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>'
165
165
166
166
# 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>'
168
168
```
169
169
170
170
#### Install to nodes with Intel GPUs with Fractional resources
@@ -184,13 +184,13 @@ the flag enabling, it is recommended to use kustomization by running:
184
184
185
185
``` bash
186
186
# 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>'
188
188
189
189
# 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>'
191
191
192
192
# 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>'
194
194
```
195
195
196
196
##### Fractional resources details
0 commit comments