Skip to content

Commit

Permalink
skip-reconciliation label - documentation update (#1582)
Browse files Browse the repository at this point in the history
* Docs update - skip-reconciliation

* Update docs/contributor/07-10-runtime-reconciler.md

Co-authored-by: Iwona Langer <[email protected]>

* Update docs/contributor/07-10-runtime-reconciler.md

Co-authored-by: Iwona Langer <[email protected]>

---------

Co-authored-by: Iwona Langer <[email protected]>
  • Loading branch information
jaroslaw-pieszka and IwonaLanger authored Dec 17, 2024
1 parent f518967 commit acf6c8f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/contributor/07-10-runtime-reconciler.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ Runtime Reconciler is an application that performs reconciliation tasks on SAP B

## Details

Currently, there is one task for Runtime Reconciler. It reconciles BTP Manager Secrets on Kyma runtimes. It can do it in two ways:
Runtime Reconciler reconciles BTP Manager Secrets on Kyma runtimes with a job,
which periodically loops over all instances from the KEB database. Each instance has an existing assigned Runtime ID.
The job checks if the Secret on the Kyma runtime matches the credentials from the KEB database.

* By implementation with the usage of Runtime Watcher, which sends events about changes of the Secret from a Kyma runtime to Kyma Environment Broker (KEB) in real time.
* With a job, which periodically loops over all instances from the KEB database; each instance has an existing assigned Runtime ID; the job checks if the Secret on the Kyma runtime matches the credentials from the KEB database.
> [!NOTE]
> If you modify or delete the `sap-btp-manager` Secret, it is modified back to its previous settings or regenerated within up to 24 hours. However, if the Secret is labeled with `kyma-project.io/skip-reconciliation: "true"`, the job skips the reconciliation for this Secret.
## Prerequisites

Expand Down

0 comments on commit acf6c8f

Please sign in to comment.