File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
prod-readiness/sig-instrumentation
sig-instrumentation/1602-structured-logging Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change
1
+ kep-number : 1602
2
+ beta :
3
+ approver : " @johnbelamaric"
Original file line number Diff line number Diff line change @@ -382,13 +382,19 @@ Adding guarding against regression and update user guideline:
382
382
* Static analysis protects important log lines from reverting to string formating
383
383
* [ Kubernetes Logging convention] ( https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md ) document is updated
384
384
385
+ Components in scope:
386
+ * Kubelet
387
+
388
+ All other component migrations will be best effort.
389
+
385
390
#### GA
386
391
387
392
Logging formats become an API:
388
393
* Feedback about logging methods and log formats is collected and addressed
389
394
* Format string methods are deprecated
390
395
* Static analysis protects against creating new string format calls
391
396
* Logging output formats fall under [ Kubernetes deprecation policy] ( https://kubernetes.io/docs/reference/using-api/deprecation-policy/ )
397
+ * All remaining components must be migrated
392
398
393
399
### Performance
394
400
@@ -734,3 +740,5 @@ _This section must be completed when targeting beta graduation to a release._
734
740
* 2020-03-18 - Implementation started
735
741
* 2020-05-18 - Updated PRR questionnaire added
736
742
* 2020-05-28 - PRR review done
743
+ * 2020-07-11 - Alpha in 1.19
744
+ * 2021-01-04 - Begin best effort migration of logs to structured format
Original file line number Diff line number Diff line change 4
4
- " @serathius"
5
5
- " @44past4"
6
6
- " @DirectXMan12"
7
+ - " @ehashman"
7
8
owning-sig : sig-instrumentation
8
9
participating-sigs :
9
10
- sig-architecture
@@ -18,13 +19,14 @@ approvers:
18
19
- " @thockin"
19
20
prr-approvers :
20
21
- " @wojtek-t"
22
+ - " @johnbelamaric"
21
23
see-also :
22
24
replaces :
23
- stage : alpha
24
- latest-milestone : " v1.19 "
25
+ stage : beta
26
+ latest-milestone : " v1.21 "
25
27
milestone :
26
28
alpha : " v1.19"
27
- beta : " v1.20 "
29
+ beta : " v1.21 "
28
30
stable : " v1.22"
29
31
feature-gates :
30
32
disable-supported : true
You can’t perform that action at this time.
0 commit comments