squakez commented on code in PR #5610:
URL: https://github.com/apache/camel-k/pull/5610#discussion_r1634455546


##########
docs/modules/ROOT/pages/installation/installation.adoc:
##########
@@ -93,20 +50,35 @@ $ kubectl create -f 
https://operatorhub.io/install/camel-k.yaml
 
 You can edit the `Subscription` custom resource, setting the channel you want 
to use. From Camel K version 2 onward, we're going to provide an installation 
channel for each major version we're releasing (ie, `stable-v2`). This will 
simplify the upgrade process if you choose to perform an automatic upgrade.
 
-NOTE: Some Kubernetes clusters such as Openshift (or CRC) may let you to 
perform the same operation from a GUI as well. Refer to the cluster instruction 
to learn how to perform such action.
+NOTE: Some Kubernetes clusters such as Openshift may let you to perform the 
same operation from a GUI as well. Refer to the cluster instruction to learn 
how to perform such action from user interface.
 
+[[kustomize]]
+== Installation via Kustomize
 
-[[helm]]
-== Installation via Helm Hub
+https://kustomize.io[Kustomize] provides a declarative approach to the 
configuration customization of a Camel-K installation. Kustomize works either 
with a standalone executable or as a built-in to `kubectl`. The 
https://github.com/apache/camel-k/tree/main/install[/install] directory 
provides a series of base and overlays configuration that you can use. You can 
create your own overlays or customize the one available in the repository to 
accommodate your need.
 
-Camel K is also available in Helm Hub:
+```
+# Clone the project repository
+$ https://github.com/apache/camel-k.git
+$ cd camel-k
+# You can use any release tag (recommended as it is immutable) or branch
+$ git checkout v2.4.0
+$ cd install/overlays
+```
+
+In this directory you may find a series of default configuration for 
Kubernetes, Openshift and any other sensible profile. For Kubernetes, you can 
see we have prepared a `descoped` configuration and a `namespaced` which are 
installing the operator globally or in a specific namespace.
 
 ```
-$ helm repo add camel-k https://apache.github.io/camel-k/charts/
-$ helm install my-camel-k camel-k/camel-k
+# Change the registry address (edit the file for more configuration if 
required)
+$ sed -i 's/namespace: .*/namespace: my-registry-host.io/' 
kubernetes/descoped/integration-platform.yaml

Review Comment:
   yes, definetely a typo. Fixing it, thanks.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to