File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,8 @@ ctr --namespace kanto-cm tasks start --detach kuksa-client
242242ctr --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
246247kanto-cm start --name=kuksa-client
247248sdv-ctr-exec -n kuksa-client /kuksa-client/bin/kuksa-client --port 30555 --protocol grpc --insecure
248249` ` `
You can’t perform that action at this time.
0 commit comments