carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 201 forks source link

Added securityContext.priviledged = true to fix RPi GPU temp issue #97

Closed pascal71 closed 3 years ago

pascal71 commented 3 years ago

This will fix the issue where the vcgencmd command returned 255 as it was not able to find the /dev special files it needed. By making it a privileged container, /dev is mounted and the temp of the GPU for the PIs is exported.