From aea51b43286eb1e6056bce6a805040808fc37ef0 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Fri, 4 Aug 2023 12:36:52 +0200 Subject: [PATCH] docs: add changelog entry for #10697 --- changes/ce/feat-10697.en.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/ce/feat-10697.en.md diff --git a/changes/ce/feat-10697.en.md b/changes/ce/feat-10697.en.md new file mode 100644 index 000000000..4361c04e8 --- /dev/null +++ b/changes/ce/feat-10697.en.md @@ -0,0 +1 @@ +This change allows to set the minReadySeconds for the StatefulSet. This allows to add a gap between the restarts of each pod by upgrade or restart command.