From 13f3195f4a1baffb035a746c1567df018f0dabee Mon Sep 17 00:00:00 2001 From: keisku Date: Sat, 27 Apr 2024 00:14:35 +0000 Subject: [PATCH] add releasenote --- .../add-reason-tags-to-ksm-26b5404f117c96e5.yaml | 13 +++++++++++++ ...on-tags-to-kubelet-metrics-c3c8800ae018992b.yaml | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 releasenotes-dca/notes/add-reason-tags-to-ksm-26b5404f117c96e5.yaml create mode 100644 releasenotes/notes/add-reason-tags-to-kubelet-metrics-c3c8800ae018992b.yaml diff --git a/releasenotes-dca/notes/add-reason-tags-to-ksm-26b5404f117c96e5.yaml b/releasenotes-dca/notes/add-reason-tags-to-ksm-26b5404f117c96e5.yaml new file mode 100644 index 0000000000000..b84a70cd2221b --- /dev/null +++ b/releasenotes-dca/notes/add-reason-tags-to-ksm-26b5404f117c96e5.yaml @@ -0,0 +1,13 @@ +# Each section from every release note are combined when the +# CHANGELOG.rst is rendered. So the text needs to be worded so that +# it does not depend on any information only available in another +# section. This may mean repeating some details, but each section +# must be readable independently of the other. +# +# Each section note must be formatted as reStructuredText. +--- +enhancements: + - | + Add ``reason:deadlineexceeded`` and ``reason:backofflimitexceeded`` + to ``kubernetes_state.container.status_report.count.terminated``. + Add ``reason`` tags to ``kubernetes_state.job.*``. diff --git a/releasenotes/notes/add-reason-tags-to-kubelet-metrics-c3c8800ae018992b.yaml b/releasenotes/notes/add-reason-tags-to-kubelet-metrics-c3c8800ae018992b.yaml new file mode 100644 index 0000000000000..54ad0d13732aa --- /dev/null +++ b/releasenotes/notes/add-reason-tags-to-kubelet-metrics-c3c8800ae018992b.yaml @@ -0,0 +1,12 @@ +# Each section from every release note are combined when the +# CHANGELOG.rst is rendered. So the text needs to be worded so that +# it does not depend on any information only available in another +# section. This may mean repeating some details, but each section +# must be readable independently of the other. +# +# Each section note must be formatted as reStructuredText. +--- +enhancements: + - | + Add ``reason:deadlineexceeded`` and ``reason:backofflimitexceeded`` to + ``kubernetes.containers.{state,last_status}.terminated``.