Skip to content

Commit 491223a

Browse files
authored
update kubectl exec for newer syntax
1 parent 16f7f84 commit 491223a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/ROOT/pages/pod-rs-deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Verify the application in the Pod:
6161
[.console-input]
6262
[source,bash,subs="+macros,+attributes"]
6363
----
64-
kubectl exec -it quarkus-demo /bin/sh
64+
kubectl exec -it quarkus-demo -- /bin/sh
6565
----
6666

6767
Run the next command.

0 commit comments

Comments
 (0)