Skip to content

Commit

Permalink
[Docs] Some docs clarifications (#113)
Browse files Browse the repository at this point in the history
* Initial commit - some docs clarifications

* Further polishing of the clarifations

---------

Co-authored-by: ZbyszekMM <[email protected]>
  • Loading branch information
ZbyszekMM and ZbyszekMM authored Sep 19, 2023
1 parent f953b48 commit aa2ff27
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ it is highly configurable.

Quickstart
----------
To go through the whole process of installation, configuration of messages schemas and defining of scenarios,
see [Quickstart guide](https://nussknacker.io/documentation/quickstart/helm/)
or `k8s-helm` directory in [nussknacker-quickstart repository](https://github.com/TouK/nussknacker-quickstart)
Check [Quickstart guide](https://nussknacker.io/documentation/quickstart/lite-streaming/) relevant to your [engine](https://nussknacker.io/documentation/about/engines/) and [processing mode](https://nussknacker.io/documentation/about/ProcessingModes/) to see the whole process of installation, configuration of messages schemas and defining of scenarios. You can also check `k8s-helm` directory in [nussknacker-quickstart repository](https://github.com/TouK/nussknacker-quickstart) for an example of K8s based installation. Finally, the `examples` folder of the [Helm chart repo](https://github.com/TouK/nussknacker-helm.git) contains examples how to apply configurations typical to Nussknacker K8s deployment.

Requirements
------------
Expand Down Expand Up @@ -125,6 +123,10 @@ Nussknacker configuration consists of three [configuration areas](https://nusskn
- `k8sDeploymentConfig` - here you can specify your own k8s runtime deployment yaml config in `streaming-lite` and `request-response` modes
- `requestResponse` - here you can specify `servicePort` and `ingress` configuration for deployed scenarios on k8s when running in `request-response` mode
Yaml keys expected by Nussknacker to be in the form of nested yaml structures in the Values file are converted to json; check the chart implementation if in doubt.
Please note that not all configurations are one-to-one mapped to Values key names and that in few cases Values key names are different from configuration keys names.
Finally, if you use external (not generated through this chart) Flink instance, use `flinkConfig` to configure it. Check `values.yaml` for available options. These settings are included in ```engineConfig``` section of ```application.conf ```.
&nbsp;
Expand Down

0 comments on commit aa2ff27

Please sign in to comment.