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 9400cf8 chore(doc): add details about the registry addon
9400cf8 is described below
commit 9400cf83ab89d7080146b8303c1544275017a2c3
Author: nferraro <[email protected]>
AuthorDate: Mon Mar 4 12:28:33 2019 +0100
chore(doc): add details about the registry addon
---
docs/cluster-setup.adoc | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/cluster-setup.adoc b/docs/cluster-setup.adoc
index 2967477..4490e42 100644
--- a/docs/cluster-setup.adoc
+++ b/docs/cluster-setup.adoc
@@ -31,8 +31,14 @@ minikube config set disk-size ${DISK_SIZE}
minikube start -p camelk
--extra-config=apiserver.enable-admission-plugins="LimitRanger,NamespaceExists,NamespaceLifecycle,ResourceQuota,ServiceAccount,DefaultStorageClass,MutatingAdmissionWebhook"
----
-The following section is option and needed if and only if you are going to use
Knative with camel-k then you may need to install Knative components,
-run the following commands to install Knative components:
+After the startup process is completed, you need to **enable the `registry`
addon**:
+
+[source,bash,linenums,subs="+macros,+attributes"]
+----
+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