Skip to content

Commit

Permalink
fix(docs): replace version variable
Browse files Browse the repository at this point in the history
Ref #5988
  • Loading branch information
squakez authored Jan 22, 2025
1 parent 7ac5929 commit 0baa2d4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/modules/ROOT/pages/installation/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ The first step is to install and run the Camel K operator. You can do it via any

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.

```[subs=attributes+]
[subs=attributes+]
----
$ kubectl create ns camel-k
$ kubectl apply -k github.com/apache/camel-k/install/overlays/kubernetes/descoped?ref=v{last-released-version} --server-side
```
----

You can specify as `ref` parameter the version you're willing to install (ie, `v{last-released-version}`). The command above will install a descoped (global) operator in the camel-k namespace. This is the suggested configuration in order to manage Integrations in all namespaces.

Expand Down

0 comments on commit 0baa2d4

Please sign in to comment.