Skip to content

Commit c5398c1

Browse files
committed
Rename metadata title
1 parent a643d26 commit c5398c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

keps/sig-instrumentation/1661-new-event-api-ga-graduation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const (
203203
| Regarding | Action | Reason | ReportingController | Related |
204204
| ----------| -------| -------| --------------------|---------|
205205
| Node X | BecameUnreachable | HeartbeatTooOld | kubernetes.io/node-ctrl | <nil> |
206-
| Node Y | FailedToAttachVolume | Unknown | kubernetes.io/pv-attach-ctrl | PVC X |
206+
| PVC X | FailedToAttachVolume | Unknown | kubernetes.io/pv-attach-ctrl | Node Y |
207207
| ReplicaSet X | FailedToInstantiatePod | QuotaExceeded | kubernetes.io/replica-set-ctrl | <nil> |
208208
| ReplicaSet X | InstantiatedPod | | kubernetes.io/replica-set-ctrl | Pod Y |
209209
| Ingress X | CreatedLoadBalancer | | kubernetes.io/ingress-ctrl | <nil> |
@@ -256,7 +256,7 @@ The main goal of this change is to limit number of API requests sent to the API
256256

257257
In the absence of errors in the system (all Pods are happily running/starting, Nodes are healthy, etc.) the number of Events is easily manageable by the system. This means that it's enough to concentrate on erroneous states and limit number of Events published when something's wrong with the cluster.
258258

259-
There are two cases to consider: Event series, which result in ~1 API call per ~30 minutes, so won't cause a problem until there's a huge number of them; and huge number of non-series Events. To improve the latter we require that no high-cardinality data are put into any of Regarding, Action, Reason, ReportingController, ReportingInstance, Related fields. Which bound the number of Events to O(number of objects in the system^2).
259+
There are two cases to consider: Event series, which result in ~1 API call per ~30 minutes, so won't cause a problem until there's a huge number of them; and huge number of non-series Events. To improve the latter we require that no high-cardinality data are put into any of Regarding, Action, Reason, ReportingController, ReportingInstance, Related fields. Which bound the number of Events to O(number of objects in the system^2). For the present we don't have any automatic way to ensure this, so we will rely on manual inspection and review.
260260

261261
#### Changes in EventRecorder
262262

keps/sig-instrumentation/1661-new-event-api-ga-graduation/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Event API Migration
1+
title: New Event API GA Graduation
22
authors:
33
- "@gmarek"
44
- "@chelseychen"

0 commit comments

Comments
 (0)