Sonarqube Documentation for Kernel Expections
Sonarqube requires certain kernel configurations set in order to function. One option includes running the init container as root to modify the kernel values on the host via:
addons:
sonarqube:
values:
initSysctl:
enabled: true
This would not be the recommended solution as it requires running an init container as privileged.
In order to work around this, the nodes need to be configured with whatever kernel settings the init container would set.
/cc @timhutchens