File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ skupper connector create broker1 5672
226226_ ** Public:** _
227227
228228~~~ shell
229- read a ; kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
229+ kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
230230~~~
231231
232232## Cleaning up
Original file line number Diff line number Diff line change 7171 - title : Run the client
7272 commands :
7373 public :
74- - run : read a; kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
74+ - run : kubectl run client --attach --rm --restart Never --image quay.io/skupper/activemq-example-client --env SERVER=broker1 --pod-running-timeout=5m
7575 - standard : skupper/cleaning_up/kubernetes_cli
7676 commands :
7777 public :
You can’t perform that action at this time.
0 commit comments