You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/02-basic-fundas.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ NOTE: Sometimes the response might not be returned immediately especially when t
88
88
[#basics-see-what-you-have-deployed]
89
89
== See what you have deployed
90
90
91
-
The servicebased deployment strategy that we did now will create many knative resources, the following commands will help you to query and find what has been deployed.
91
+
The service-based deployment strategy that we did now will create many Knative resources, the following commands will help you to query and find what has been deployed.
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/05-build/build.adoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Its required that you have container registry account which is needed during the
19
19
You can get one for free at https://hub.docker.com[Docker Hub]
20
20
====
21
21
22
-
As the Knative build and build template spec needs some customizations,such as creating a secret with your container registry credentials; we need to run following commands to create the needed kubernetes and knative resources with all your customizations. All the generated files will be placed in `$TUTORIAL_HOME/04-build/knative`.
22
+
As the Knative build and build template specs need some customizations,such as creating a secret with your container registry credentials; we need to run the following commands to create the needed kubernetes and Knative resources with all your customizations. All the generated files will be placed in `$TUTORIAL_HOME/04-build/knative`.
23
23
24
24
[#build-create-docker-secret]
25
25
== Generate Docker Secret
@@ -76,7 +76,7 @@ For more details on why we need to do this please check https://github.com/knati
76
76
77
77
[#build-generate-build-spec]
78
78
== Generate Knative build spec
79
-
The knative build spec is used to create and run the knative builds. You can find more details on Knative build https://github.com/knative/docs/tree/master/docs/build[here].
79
+
The Knative build spec is used to create and run the Knative builds. You can find more details on Knative build https://github.com/knative/docs/tree/master/docs/build[here].
<1> The kubernetes secret called `basic-auth-pass`, check https://github.com/knative/docs/blob/master/docs/build/auth.md#basic-authentication-docker[here] for more details
226
-
<2> The kubernetes service account called `build-bot` that wll run the build. Only `build-bot` has access to the secret `basic-auth-pass`. Check https://github.com/knative/docs/blob/master/docs/build/auth.md#basic-authentication-docker[here] for more details
226
+
<2> The kubernetes service account called `build-bot` that will run the build. Only `build-bot` has access to the secret `basic-auth-pass`. Check https://github.com/knative/docs/blob/master/docs/build/auth.md#basic-authentication-docker[here] for more details
227
227
<3> the kubernetes persistence volume claim used to cache maven artifacts, to make subsequent builds faster
228
228
<4> the kubernetes persistence volume claim that will be used to cache docker base images to make subsequent https://github.com/GoogleContainerTools/kaniko[Kaniko] docker builds faster
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/06-eventing/eventing-src-sub.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ spec:
22
22
name: in-memory-channel
23
23
----
24
24
25
-
<1> The name of the channel, knative make it addressable i.e. resolveable to a target (a consumer service)
26
-
<2> The channel provisioner which is responsible to provision this channel.Various messaging implementations provide their own channel(s) via __ClusterChannelProvisioner__.
25
+
<1> The name of the channel. Knative makes it addressable, i.e. resolveable to a target (a consumer service)
26
+
<2> The channel provisioner which is responsible for provisioning this channel.Various messaging implementations provide their own channel(s) via __ClusterChannelProvisioner__.
Installation of istio components will take some time and its highly recommended that you start Knative components installation only after you see all istio component pods are running. The istio pods can be watched using the command:
37
+
Installation of istio components will take some time and it is highly recommended that you start Knative components installation only after you have verified that all istio component pods are running. The istio pods can be watched using the command:
38
38
[source,bash,subs="+macros,+attributes"]
39
39
----
40
40
kubectl -n istio-system get pods -w
41
41
----
42
42
You can use kbd:[CTRL + c ] to terminate the watch
43
43
====
44
44
45
-
A successful istio install will have the pods running in `istio-system` namespace as shown below:
45
+
A successful istio install will have the pods running in the `istio-system` namespace as shown below:
Copy file name to clipboardExpand all lines: documentation/modules/ROOT/pages/_partials/openshift-setup.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Run the following commands to configure Knative with minishift:
34
34
./etc/scripts/install-on-minishift.sh #<1>
35
35
-----
36
36
37
-
<1> It will create a minishift profile and install knative. It also assumes that you already have minishift and your computer has 10GB or more of memory
37
+
<1> It will create a minishift profile and install Knative. It also assumes that you already have minishift and your computer has 10GB or more of memory.
38
38
39
39
[#configure-openshift-project]
40
40
==== Configuring OpenShift project for Knative applications
0 commit comments