phantomjinx opened a new pull request #2284:
URL: https://github.com/apache/camel-k/pull/2284


   <!-- Description -->
   See release note.
   
   <!--
   Enter your extended release note in the below block. If the PR requires
   additional action from users switching to the new release, include the string
   "action required". If no release note is required, write "NONE". 
   
   You can (optionally) mark this PR with labels "kind/bug" or "kind/feature" 
to make sure
   the text is added to the right section of the release notes. 
   -->
   
   **Release Note**
   ```release-note
   An alternative kustomize based installer that applies the kubernetes 
resources using `kustomize` & `kubectl`.
   
   The `config` directory contains all the resources for installation and 
configuration of the camel-k operator. While, by default, those resource are 
installed through the `kamel` binary, they can also be applied directly to a 
cluster using `kustomize`. These resources can be modified prior to their 
installation and the `kustomize.yaml` files be changed to include extra patches 
and settings, as required.
   
   A Makefile is included to provide an imperative guide to the otherwise 
declarative structure. The sequence is thus:
   
   1. `make setup` (must be executed as cluster-admin)
   2. `make operator`
   3. `make platform` (if a customized integration-platform is required)
   4. `make example` (optional - installs the `hello-world` camel-k integration)
   
   Each of these Makefile rules have their own extra environment variables that 
can be customized. Please review the rules in the Makefile for details.
   
   ```
   


-- 
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.

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


Reply via email to