Commit 72cc19c
authored
Push ETCD defrag threshold to 75% (#9132)
The goal of this change is to reduce the defrag we do to the minimal, we
want to avoid at all cost unneeded defrag causing API server request to
fail. After monitoring for few hours, I see that we still trigger
unneeded defrag so push the limit to 75%, which is 5% below etcd shield
threshold.
Signed-off-by: Hugo Ares <[email protected]>1 parent 5c60815 commit 72cc19c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments