Skip to content

Instantly share code, notes, and snippets.

@badnetmask
Last active December 12, 2025 22:54
Show Gist options
  • Select an option

  • Save badnetmask/792219ef731bb3daf97f865bd5c7e528 to your computer and use it in GitHub Desktop.

Select an option

Save badnetmask/792219ef731bb3daf97f865bd5c7e528 to your computer and use it in GitHub Desktop.
# DO NOT install NFD (already deployed independently)
node-feature-discovery:
enabled: false
# Enable KMM but we won't use it for driver installation (using Talos built-in driver)
# KMM CRDs are required by the operator even if not managing drivers
kmm:
enabled: true
# DeviceConfig - configure driver and metrics
deviceConfig:
spec:
# DO NOT install driver (already in Talos via amdgpu extension)
driver:
enable: false
# Enable metrics exporter
# ServiceMonitor is disabled - using manual VMServiceScrape in amd-gpu-metrics-scrape.yaml instead
# to maintain control over relabeling (cluster_name=talos)
metricsExporter:
enable: true
prometheus:
serviceMonitor:
enable: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment