Skip to content

Commit

Permalink
update kubectl exec for newer syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubois authored Nov 5, 2024
1 parent 16f7f84 commit 491223a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/pod-rs-deployment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Verify the application in the Pod:
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
kubectl exec -it quarkus-demo /bin/sh
kubectl exec -it quarkus-demo -- /bin/sh
----

Run the next command.
Expand Down

0 comments on commit 491223a

Please sign in to comment.