From 56658fee3937e50cae033381d308c96880b91faa Mon Sep 17 00:00:00 2001 From: Steven Blumenthal Date: Wed, 11 Dec 2024 17:36:58 +0100 Subject: [PATCH] Add changelog entry for kube_cache_sync_timeout_seconds change (#32002) --- ...sync-timeout-seconds-default-0bb13defed7ae192.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 releasenotes/notes/kube-cache-sync-timeout-seconds-default-0bb13defed7ae192.yaml diff --git a/releasenotes/notes/kube-cache-sync-timeout-seconds-default-0bb13defed7ae192.yaml b/releasenotes/notes/kube-cache-sync-timeout-seconds-default-0bb13defed7ae192.yaml new file mode 100644 index 0000000000000..d79275c25c19b --- /dev/null +++ b/releasenotes/notes/kube-cache-sync-timeout-seconds-default-0bb13defed7ae192.yaml @@ -0,0 +1,11 @@ +# 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. +--- +other: + - | + Bumps the default value for `kube_cache_sync_timeout_seconds` from 5 to 10 seconds.