Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: MonitorInformerStaleness
content_type: feature_gate
_build:
list: never
render: false

stages:
- stage: beta
defaultValue: false
fromVersion: "1.35"
---

Enable metrics to watch for staleness of the KCM informer cache.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we be more specific about to which component this gate should be applied?
Is it a kube-controller-manager specific gate?

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: StaleControllerConsistency
content_type: feature_gate
_build:
list: never
render: false

stages:
- stage: alpha
defaultValue: false
fromVersion: "1.35"
---

Enable certain KCM controllers to wait for their cache to catch up before requeueing.