From a80930847eb5134f1561a3e36ae22d7f4d4e4370 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Sat, 20 Feb 2021 12:08:23 +0100 Subject: [PATCH 1/2] Add e2e tests requirements for Beta structured logging --- keps/sig-instrumentation/1602-structured-logging/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/keps/sig-instrumentation/1602-structured-logging/README.md b/keps/sig-instrumentation/1602-structured-logging/README.md index c32fbc9e6e8..a9ff47e5d84 100644 --- a/keps/sig-instrumentation/1602-structured-logging/README.md +++ b/keps/sig-instrumentation/1602-structured-logging/README.md @@ -384,6 +384,7 @@ Bring feature quality up to and prevent regression during ongoing migration: * JSON format should support same set of feature flags as text format, minus those we will decide to deprecate. * Structured logging interface design is verified by migrating one whole component (Kubelet) to structured logging. All other component migrations will be best effort. * Log volume (i.e. size of output) will be benchmarked and documented for kubelet in non-JSON and JSON format. +* Dedicated periodic e2e test scenario with Json enabled #### GA From d4b3683c077bb1c012d47a3e64e42cb47e1911c3 Mon Sep 17 00:00:00 2001 From: Marek Siarkowicz Date: Mon, 22 Feb 2021 14:52:58 +0000 Subject: [PATCH 2/2] Update keps/sig-instrumentation/1602-structured-logging/README.md --- keps/sig-instrumentation/1602-structured-logging/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keps/sig-instrumentation/1602-structured-logging/README.md b/keps/sig-instrumentation/1602-structured-logging/README.md index a9ff47e5d84..7232c1b7133 100644 --- a/keps/sig-instrumentation/1602-structured-logging/README.md +++ b/keps/sig-instrumentation/1602-structured-logging/README.md @@ -384,7 +384,7 @@ Bring feature quality up to and prevent regression during ongoing migration: * JSON format should support same set of feature flags as text format, minus those we will decide to deprecate. * Structured logging interface design is verified by migrating one whole component (Kubelet) to structured logging. All other component migrations will be best effort. * Log volume (i.e. size of output) will be benchmarked and documented for kubelet in non-JSON and JSON format. -* Dedicated periodic e2e test scenario with Json enabled +* Dedicated periodic e2e test scenario with JSON enabled #### GA