Skip to content

Commit

Permalink
Add support for config tracing: kubelet support
Browse files Browse the repository at this point in the history
Document kubelet tracing support

Reference: #6
  • Loading branch information
gberche-orange committed Jan 9, 2024
1 parent ae6c8f3 commit 4e481f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jobs/k3s-agent/spec
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,15 @@ properties:
kind: KubeletConfiguration
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
# See https://kubernetes.io/docs/concepts/cluster-administration/system-traces/#kubelet-traces
# This is an example config that records spans for 1 in 10000 requests, and uses the default OpenTelemetry endpoint
# featureGates:
# KubeletTracing: true
# tracing:
# # default value
# #endpoint: localhost:4317
# samplingRatePerMillion: 100


k3s.containerd_additional_env_vars:
description: additional env vars to set for containerd (the key will be prefixed with CONTAINERD_, and set in k3s launch context
Expand Down

0 comments on commit 4e481f4

Please sign in to comment.