mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Fix typos
This commit is contained in:
parent
31089209ce
commit
d6016dedf9
@ -60,7 +60,7 @@ $ kubectl describe node <node name> | grep gpu.intel.com
|
||||
|
||||
2. Create a pod running unit tests off the local Docker image:
|
||||
```
|
||||
$ kubectl apply -f demo/intelgpu_job.yaml
|
||||
$ kubectl apply -f demo/intelgpu-job.yaml
|
||||
```
|
||||
|
||||
3. Review the pod's logs:
|
||||
|
@ -14,7 +14,7 @@ spec:
|
||||
containers:
|
||||
-
|
||||
name: intelgpu-demo-job-1
|
||||
image: ubuntu-demo-opencl:latest
|
||||
image: ubuntu-demo-opencl:devel
|
||||
imagePullPolicy: IfNotPresent
|
||||
command: [ "/run-opencl-example.sh", "/root/6-1/fft" ]
|
||||
resources:
|
||||
|
Loading…
Reference in New Issue
Block a user