Skip to content

Commit f8d1342

Browse files
committed
KEP-2831: kubelet tracing GA in 1.34
update documentation to remove references to Feature Gates and to reflect the current state. Signed-off-by: Francesco Romani <fromani@redhat.com>
1 parent f14c309 commit f8d1342

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎content/en/docs/concepts/cluster-administration/system-traces.md‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ This is an example snippet of a kubelet config that records spans for 1 in 10000
106106
```yaml
107107
apiVersion: kubelet.config.k8s.io/v1beta1
108108
kind: KubeletConfiguration
109-
featureGates:
110-
KubeletTracing: true
111109
tracing:
112110
# default value
113111
#endpoint: localhost:4317

‎content/en/docs/reference/command-line-tools-reference/feature-gates/KubeletTracing.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
1620
---
1721
Add support for distributed tracing in the kubelet.
1822
When enabled, kubelet CRI interface and authenticated http servers are instrumented to generate

0 commit comments

Comments
 (0)