mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-09 01:24:42 +02:00
node-exporter requiert hostNetwork, hostPID et hostPath — bloqué par la policy baseline:latest de Talos. Label privileged appliqué. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
8 lines
218 B
YAML
8 lines
218 B
YAML
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
name: monitoring
|
|
labels:
|
|
pod-security.kubernetes.io/enforce: privileged
|
|
pod-security.kubernetes.io/audit: privileged
|
|
pod-security.kubernetes.io/warn: privileged
|