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
-[X] Publish examples of how to use the OT Collector with kubernetes
244
244
-[X] Allow time for feedback
245
+
-[ ] Test and document results of upgrade and rollback while feature-gate is enabled.
245
246
-[ ] Add top level traces to connect spans in sync loops, incoming requests, and outgoing requests.
246
247
-[ ] Unit/integration test to verify connected traces in kubelet.
247
248
-[ ] Revisit the format used to export spans.
@@ -283,7 +284,7 @@ GA
283
284
of a node? **No, restarting the kubelet with feature-gate disabled will disable tracing**
284
285
285
286
##### Does enabling the feature change any default behavior?
286
-
No. The feature is disabled unlesss the feature gate is enabled and the TracingConfiguration is populated in Kubelet Configuration.
287
+
No. The feature is disabled unless the feature gate is enabled and the TracingConfiguration is populated in Kubelet Configuration.
287
288
When the feature is enabled, it doesn't change behavior from the users' perspective; it only adds tracing telemetry.
288
289
289
290
##### Can the feature be disabled once it has been enabled (i.e. can we roll back the enablement)?
@@ -293,8 +294,8 @@ GA
293
294
It will start generating and exporting traces again.
294
295
295
296
##### Are there any tests for feature enablement/disablement?
296
-
Unit tests switching feature gates will be added. Manual testing of disabling, reenabling the feature on nodes, ensuring the kubelet comes up w/out error will
297
-
also be performed.
297
+
Enabling and disabling kubelet tracing is an in-memory switch. Explicit enablement/disablement tests will not provide value so will not be added.
298
+
Manual testing of disabling, reenabling the feature on nodes, ensuring the kubelet comes up w/out error will be performed and documented.
298
299
299
300
### Rollout, Upgrade and Rollback Planning
300
301
@@ -344,7 +345,7 @@ _This section must be completed when targeting beta graduation to a release._
344
345
##### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
0 commit comments