You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,7 +74,7 @@ The KEP aims at fixing few issues in the current way Events are structured and i
72
74
73
75
Most sections and design details are copied from the original design doc: [Make Kubernetes Events Useful and Safe](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/instrumentation/events-redesign.md).
74
76
75
-
The new Event API v1beta1 has been implemented for a while and currently only scheduler was migrated to use it. This KEP proposes to graduate API to GA in 1.19, but not necessarily migrate all the remaining Kubernetes components to use the new Event API.
77
+
The new Event API has been promoted from v1beta1 to v1 in 1.19 and currently only scheduler was migrated to use it. This KEP proposes to graduate the new Event API by migrating all the remaining Kubernetes components to use the new Event API.
76
78
77
79
## Motivation
78
80
@@ -368,7 +370,7 @@ Scalability and Performance:
368
370
369
371
### Graduation Criteria
370
372
371
-
The new Event API is in Beta right now. The plan is to graduate API to GA in 1.19, but not necessarily require that all components will be migrated.
373
+
The new Event API is in v1 right now and scheduler has been migrated to use new API. The plan is to do a load test and migrate all the remaining components.
372
374
373
375
#### Deprecated Fields
374
376
@@ -382,6 +384,25 @@ This section lists the deprecated Event API fields that should be removed before
382
384
- Remove deprecated fields listed above
383
385
- Gather data from performance and scalability tests
384
386
387
+
#### Load Test
388
+
389
+
The idea is to use [ClusterLoader](https://github.com/kubernetes/perf-tests/tree/master/clusterloader2) testing framework to do a load test to make sure events generated can be handled by etcd and there's no big performance reduction.
390
+
391
+
#### Components Migration
392
+
393
+
The list of components that need to be migrated is shown as follows:
394
+
395
+
- kubelet
396
+
- cloud-controller-manager
397
+
- kube-controller-manager
398
+
- leader election
399
+
- node problem detector
400
+
- gce ingress controller
401
+
- event exporter
402
+
403
+
(Note: there are more out-of-tree components that need to be migrated)
0 commit comments