Skip to content

Commit 187cf76

Browse files
committed
keptn-app.md
Signed-off-by: Garvit Khandelwal <[email protected]>
1 parent 11dd928 commit 187cf76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/docs/components/lifecycle-operator/keptn-apps.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,12 @@ annotation/label is populated:
137137
(in other words, neither the `keptn.sh/app`
138138
or `app.kubernetes.io/part-of` annotation/label is populated),
139139
one `KeptnApp` resource is created automatically for each workload.
140+
141+
**Note**:Keptn application discovery determines the name of the `KeptnWorkload`
142+
by concatenating the values of the `app.kubernetes.io/name` (or `keptn.sh/workload`)
143+
and `app.kubernetes.io/part`-of (or `keptn.sh/app`) annotations. This means that when
144+
only workload and version annotations/labels are provided—without the `keptn.sh/app`
145+
or `app.kubernetes.io/part`-of annotation—Keptn creates a `KeptnApp` resource for each
146+
`KeptnWorkload`. Consequently, observability traces will capture individual `KeptnWorkload`
147+
resources, but they will not represent the combined workloads that make up the complete
148+
deployed application.

0 commit comments

Comments
 (0)