Skip to content

Commit a179ecf

Browse files
committed
Add feature gates for KEP-5647
1 parent 0fcc949 commit a179ecf

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: MonitorInformerStaleness
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: beta
10+
defaultValue: false
11+
fromVersion: "1.35"
12+
---
13+
14+
Enable metrics to watch for staleness of the KCM informer cache.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: StaleControllerConsistency
3+
content_type: feature_gate
4+
_build:
5+
list: never
6+
render: false
7+
8+
stages:
9+
- stage: alpha
10+
defaultValue: false
11+
fromVersion: "1.35"
12+
---
13+
14+
Enable certain KCM controllers to wait for their cache to catch up before requeueing.

0 commit comments

Comments
 (0)