File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
concepts/cluster-administration
reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ This is an example snippet of a kubelet config that records spans for 1 in 10000
106
106
` ` ` yaml
107
107
apiVersion: kubelet.config.k8s.io/v1beta1
108
108
kind: KubeletConfiguration
109
- featureGates:
110
- KubeletTracing: true
111
109
tracing:
112
110
# default value
113
111
#endpoint: localhost:4317
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.27"
16
+ toVersion : " 1.33"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.34"
16
20
---
17
21
Add support for distributed tracing in the kubelet.
18
22
When enabled, kubelet CRI interface and authenticated http servers are instrumented to generate
You can’t perform that action at this time.
0 commit comments