This is an automated email from the ASF dual-hosted git repository.

nferraro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/master by this push:
     new c66566a  Update the cluster-setup document for installing knative on 
minishift
c66566a is described below

commit c66566af3aa8f99426b72a22b04e7748b6c30333
Author: Willem Jiang <willem.ji...@gmail.com>
AuthorDate: Thu May 30 17:26:37 2019 +0800

    Update the cluster-setup document for installing knative on minishift
---
 docs/cluster-setup.adoc | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/docs/cluster-setup.adoc b/docs/cluster-setup.adoc
index 4490e42..2083965 100644
--- a/docs/cluster-setup.adoc
+++ b/docs/cluster-setup.adoc
@@ -40,8 +40,8 @@ minikube addons enable registry
 
 The following section is optional and needed if and only if you are going to 
use Knative with Camel K. Run the following commands to install the Knative 
components:
 
-[#install-knative]
-== Install Knative
+[#install-knative-on-minikube]
+== Install Knative on Minikube
 
 [source,bash,linenums,subs="+macros,+attributes"]
 ----
@@ -116,5 +116,11 @@ Then you can start the cluster with:
 minishift start
 ```
 
-You can now proceed to link:/README.adoc[install Camel K].
+The following section is optional and needed if and only if you are going to 
use Knative with Camel K. Run the following commands to install the Knative 
components:
+
+[#install-knative-on-minishift]
+== Install Knative on Minishift
 
+Please follow the instructions in the 
https://knative.dev/docs/install/knative-with-minishift/[official doc] of 
Knative to install the Knative on Minishift.
+
+You can now proceed to link:/README.adoc[install Camel K].

Reply via email to