Replies: 1 comment 2 replies
-
I'm sorry, I tested it on my cluster and it seems to work as expected. I updated my
Checked the helm template I generated with
and the pod looks like this:
inside the container:
Can we maybe double check if you are using the latest version? Im using:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am getting 15 minute load average warnings from my pihole deployed to a k3s cluster using this helm chart.
I know it is benign, as pihole is working well, and my load monitoring shows that my cluster is doing fine for load. Other people concur and say you can disable the load check in the /etc/pihole/pihole-FTL.conf file with:
https://docs.pi-hole.net/ftldns/configfile/#check_load
However, since I am using the helm chart here, I tried to add this to the values yaml file I am using. I noted that in the chart options https://github.com/MoJo2600/pihole-kubernetes/blob/master/charts/pihole/values.yaml there is a variable for extraEnvVars:
So I added this section to my helm chart values yaml file
But when I upgrade my helm install, the /etc/pihole/pihole-FTL.conf doesn't contain the extra variable and the log file /var/log/pihole-FTL.log says that CHECK_LOAD is still enabled.
[2022-03-13 16:49:28.243 483M] CHECK_LOAD: Enabled
Any help would be appreciated. I am sure there are other people using this excellent Helm chart to deploy pihole, and would really like to reduce the false alarms from the LOAD_CHECK.
Beta Was this translation helpful? Give feedback.
All reactions