From 90e2944e21692f85d3cd23925fd095352af67add Mon Sep 17 00:00:00 2001 From: JunYang Date: Wed, 25 Aug 2021 08:29:56 +0800 Subject: [PATCH] Correct the error 'A lease can only attach up to 10k objects' Signed-off-by: JunYang --- CHANGELOG/CHANGELOG-1.21.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG/CHANGELOG-1.21.md b/CHANGELOG/CHANGELOG-1.21.md index cb67b1b0bba..e68eff39243 100644 --- a/CHANGELOG/CHANGELOG-1.21.md +++ b/CHANGELOG/CHANGELOG-1.21.md @@ -1756,7 +1756,7 @@ filename | sha512 hash ### Feature -- A lease can only attach up to 10k objects. ([#98257](https://github.com/kubernetes/kubernetes/pull/98257), [@lingsamuel](https://github.com/lingsamuel)) [SIG API Machinery] +- A lease can only attach up to 1k objects. ([#98257](https://github.com/kubernetes/kubernetes/pull/98257), [@lingsamuel](https://github.com/lingsamuel)) [SIG API Machinery] - Add ignore-errors flag for drain, support none-break drain in group ([#98203](https://github.com/kubernetes/kubernetes/pull/98203), [@yuzhiquan](https://github.com/yuzhiquan)) [SIG CLI] - Base-images: Update to debian-iptables:buster-v1.4.0 - Uses iptables 1.8.5 @@ -2208,4 +2208,4 @@ _Nothing has changed._ ### Removed - rsc.io/quote/v3: v3.1.0 -- rsc.io/sampler: v1.3.0 \ No newline at end of file +- rsc.io/sampler: v1.3.0