We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cd4fc commit 9bc7bcaCopy full SHA for 9bc7bca
1 file changed
documentation/modules/ROOT/pages/02-basic-fundas.adoc
@@ -1,15 +1,16 @@
1
= Basics and Fundamentals
2
include::_attributes.adoc[]
3
4
-At the end of this chapter you will be able to understand and know how to :
+At the end of this chapter you will be able to :
5
6
-* Deploy first Knative service ?
7
-* Deploying multiple revisions of the service
8
-* What different service deployment strategies possible (service vs configurations/routes) ?
9
-* Always running latest vs pinning revision to services
+* Deploy a Knative service.
+* Deploy multiple revisions of a service.
+* Choose between different service deployment strategies.
+* Running different revisions of a service.
10
11
[#basics-prerequisite]
12
-== Prerequisite
+== Prerequisite
13
+
14
include::partial$prereq-cli.adoc[]
15
16
[#basics-build-containers]
0 commit comments