We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6c8f3 commit 4e481f4Copy full SHA for 4e481f4
jobs/k3s-agent/spec
@@ -148,6 +148,15 @@ properties:
148
kind: KubeletConfiguration
149
shutdownGracePeriod: 30s
150
shutdownGracePeriodCriticalPods: 10s
151
+ # See https://kubernetes.io/docs/concepts/cluster-administration/system-traces/#kubelet-traces
152
+ # This is an example config that records spans for 1 in 10000 requests, and uses the default OpenTelemetry endpoint
153
+ # featureGates:
154
+ # KubeletTracing: true
155
+ # tracing:
156
+ # # default value
157
+ # #endpoint: localhost:4317
158
+ # samplingRatePerMillion: 100
159
+
160
161
k3s.containerd_additional_env_vars:
162
description: additional env vars to set for containerd (the key will be prefixed with CONTAINERD_, and set in k3s launch context
0 commit comments