-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #560 - Introduce Global Configuration for Operator section
Signed-off-by: Ricardo Zanini <[email protected]>
- Loading branch information
1 parent
bd5a4a9
commit bfd70dd
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
serverlessworkflow/modules/ROOT/pages/cloud/operator/global-configuration.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
= Global Configuration | ||
:compat-mode!: | ||
// Metadata: | ||
:description: Global Configuration {operator_name} for cluster admins | ||
:keywords: sonataflow, workflow, serverless, operator, kubernetes, minikube, openshift, containers, configuration | ||
// links | ||
|
||
This document describes how to set global configuration options for the {operator_name}. | ||
|
||
.Prerequisites | ||
* You have installed the operator in the target cluster. You can find more information at the xref:cloud/operator/install-serverless-operator.adoc[] guide. | ||
== Modifying configuration options | ||
|
||
After installing the operator, you can access the `ConfigMap` named `sonataflow-operator-controllers-config` in the namespace {operator_installation_namespace}. | ||
This configuration file governs the operator's behavior when creating new resources in the cluster. Existing resources won't be changed after this configuration. | ||
See the section <<config-changes>> for more information. | ||
|
||
You can freely edit any of the options in the key `controllers_cfg.yaml` entry. The table bellow lists each possible entry. | ||
|
||
.Description of Global Configuration | ||
[cols="1,2"] | ||
|=== | ||
|Configuration Key | Description | ||
|
||
| | ||
| | ||
|
||
|=== | ||
|
||
[#config-changes] | ||
== Configuration Changes Impact |