File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
docs/docs/components/lifecycle-operator Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments