File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
components/lifecycle-operator Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -137,3 +137,13 @@ 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.
144+ This means that when only workload and version annotations/labels are provided — without
145+ the ` keptn.sh/app ` or ` app.kubernetes.io/part-of ` annotation — Keptn creates a ` KeptnApp `
146+ resource for each ` KeptnWorkload ` .
147+ Consequently, observability traces will capture individual ` KeptnWorkload `
148+ resources, but they will not represent the combined workloads that make up the complete
149+ deployed application.
Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ annotation/label is populated:
135135 and your observability output traces the individual `Keptnworkload` resources
136136 but not the combined workloads that constitute your deployed application.
137137
138+ > **Note**: Keptn application discovery concatenates the values of the `app.kubernetes.io/name` (or
139+ ` keptn.sh/workload` ) and `app.kubernetes.io/part-of` (or `keptn.sh/app`) annotation to determine the
140+ name of the `KeptnWorkload`.
141+
138142See
139143[Keptn Applications and Keptn Workloads](../components/lifecycle-operator/keptn-apps.md)
140144for architectural information about how `KeptnApp` and `KeptnWorkloads`
You can’t perform that action at this time.
0 commit comments