From 491223ac6d72dac537065f9f4de5a987f201756f Mon Sep 17 00:00:00 2001 From: Kevin Dubois Date: Tue, 5 Nov 2024 20:14:30 +0100 Subject: [PATCH] update kubectl exec for newer syntax --- documentation/modules/ROOT/pages/pod-rs-deployment.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/modules/ROOT/pages/pod-rs-deployment.adoc b/documentation/modules/ROOT/pages/pod-rs-deployment.adoc index cd254e7..d3fb8cd 100644 --- a/documentation/modules/ROOT/pages/pod-rs-deployment.adoc +++ b/documentation/modules/ROOT/pages/pod-rs-deployment.adoc @@ -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.