Skip to content

Commit 3c2fe59

Browse files
authored
wrong kuksa-client tag
1 parent 4c9963a commit 3c2fe59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ ctr --namespace kanto-cm tasks start --detach kuksa-client
242242
ctr --namespace kanto-cm tasks exec --tty --exec-id sometask kuksa-client /kuksa-client/bin/kuksa-client --port 30555 --protocol grpc --insecure
243243
244244
# Executing a containerized cli tool using sdv-ctr-exec
245-
kanto-cm create --i --t --network=host --name=kuksa-client ghcr.io/eclipse/kuksa.val/kuksa-client:master
245+
# will only work with kuksa-client tags <= 0.3.0
246+
kanto-cm create --i --t --network=host --name=kuksa-client ghcr.io/eclipse/kuksa.val/kuksa-client:0.3.0
246247
kanto-cm start --name=kuksa-client
247248
sdv-ctr-exec -n kuksa-client /kuksa-client/bin/kuksa-client --port 30555 --protocol grpc --insecure
248249
```

0 commit comments

Comments
 (0)