Denis GERMAIN
Denis GERMAIN
Over the years I have added a few safeguards to the check_rhcs script so I merged my modifications with your latest version
Hello, I'm deploying this exporter on my cluster and we have a Kyverno policy that requires all pods to have liveness/readiness probes Since those are exporters containers, I felt it...
I've had trouble building lxcri from sources (since there are no package release yet) In github.com/lxc/lxcri:main, when trying to compile libtool I get the error ``` libtool: compile: gcc -DHAVE_CONFIG_H...
I've managed to build lxcri and lxcri-* binaries from the sources (by fixing some errors, I'll another issue for this), but either from github.com/lxc/lxcri:main or from @r10r fork drachenfels-de/lxcri:fixes, I...
See https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html ``` crontab -u www-data -l */5 * * * * php -f /var/www/nextcloud/cron.php ```
This seems better ``` pm.max_children = 20 pm.start_servers = 6 pm.min_spare_servers = 2 pm.max_spare_servers = 10 ```
### Confirmation - [x] This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your...