Skip to content

Commit

Permalink
minor: use variable instead of "kubectl"
Browse files Browse the repository at this point in the history
  • Loading branch information
fc7 committed Aug 24, 2023
1 parent d0fb365 commit 83d5dea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
watch 'kubectl get pods -n {tutorial-namespace}'
watch '{kubernetes-cli} get pods -n {tutorial-namespace}'
----
2 changes: 1 addition & 1 deletion documentation/modules/serving/pages/basic-fundas.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ kn service delete greeter
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
kubectl delete services.serving.knative.dev greeter
{kubernetes-cli} delete services.serving.knative.dev greeter
----
--
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ blue-green-canary-00001 blue-green-canary 1 30m
[.console-input]
[source,bash,subs="+macros,attributes+"]
----
kubectl get rev \
{kubernetes-cli} get rev \
--selector=serving.knative.dev/service=blue-green-canary \
--sort-by="{.metadata.creationTimestamp}"
----
Expand Down

0 comments on commit 83d5dea

Please sign in to comment.