File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/tutorials/cluster-management
examples/dra/driver-install Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ dra-example-driver to simulate access to a DRA driver image.
173
173
from within one of your cluster' s nodes:
174
174
175
175
```shell
176
- docker pull registry.k8s.io/dra-example-driver/dra-example-driver:v0.1.0-dev134
176
+ docker pull registry.k8s.io/dra-example-driver/dra-example-driver:v0.2.0
177
177
```
178
178
179
179
### Deploy the DRA driver components
Original file line number Diff line number Diff line change 24
24
- name : plugin
25
25
securityContext :
26
26
privileged : true
27
- image : registry.k8s.io/dra-example-driver/dra-example-driver:v.0.1.0-dev134
27
+ image : registry.k8s.io/dra-example-driver/dra-example-driver:v.0.2.0
28
28
imagePullPolicy : IfNotPresent
29
29
command : ["dra-example-kubeletplugin"]
30
30
resources :
You can’t perform that action at this time.
0 commit comments