mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 10:04:42 +02:00
fix: monitoring namespace — PodSecurity privileged pour node-exporter
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>
This commit is contained in:
parent
655ca4dc8c
commit
b7dde7c5ee
1 changed files with 4 additions and 0 deletions
|
|
@ -2,3 +2,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue