Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fc7 committed Aug 24, 2023
1 parent 83d5dea commit 734ad85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ kn service create prime-generator \
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
{kubernetes-cli} apply -f link:{github-repo}/{basics-repo}/{service-file}[pass:[$TUTORIAL_HOME]/{basics-repo}/{service-file}]
{kubernetes-cli} apply -f link:{github-repo}/{basics-repo}/{service-file}[{basics-repo}/{service-file}]
----
--
====
Expand Down
4 changes: 2 additions & 2 deletions documentation/modules/serving/pages/basic-fundas.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Navigate to the tutorial chapter's folder {basics-repo}:
[.console-input]
[source,bash,subs="+macros,+attributes"]
----
cd $TUTORIAL_HOME/{basics-repo}
cd $TUTORIAL_HOME
----

The following snippet shows what a Knative service YAML looks like:
Expand Down Expand Up @@ -128,7 +128,7 @@ greeter-00001 greeter 100% 1 9m37s 3 OK / 4 Tru

[TIP]
====
* add `-oyaml` to the commands above to see more details
* add `-o yaml` to the commands above to see more details
====

[#basics-cleanup]
Expand Down
4 changes: 2 additions & 2 deletions documentation/modules/serving/pages/scaling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ At the end of this chapter you will be able to:
* Configure a minimum number of replicas for a service.
Navigate to the tutorial chapter's `{basics-repo}` folder:
Navigate to the tutorial folder:

[source,bash,subs="attributes+,+macros"]
[.console-input]
----
cd $TUTORIAL_HOME/{basics-repo}
cd $TUTORIAL_HOME
----

[#scaling-deploy-service]
Expand Down

0 comments on commit 734ad85

Please sign in to comment.