Philipp Hellmich
Philipp Hellmich
I think this container would also run just fine if it would run as user nobody. I would advice to add a user directive to the Dockerfile.
Meine /etc/network/interfaces sah vor der yahm Installation so aus: ``` # interfaces(5) file used by ifup(8) and ifdown(8) # Please note that this file is written to be used with...
Right now this cookbook uses a redis recipe which builds redis from source. Why is that? Every modern linux distribution like ubuntu, centos contains a redis package. Using the default...
The monitor master recipe doesn't work even if I try to put sensu::redis in front of it. ``` Starting Chef Client, version 11.16.2 resolving cookbooks for run list: ["sensu::redis", "sensu::rabbitmq",...
**Describe the feature** helm-operator should not run as root **What would the new user story look like?** I might be able to run flux and helm-operator in a restricted environment...
It would be great to get the system temperature and voltage.
**Is your feature request related to a problem? Please describe.** Talos does not support longhorn due to missing iscsi support: https://github.com/talos-systems/talos/issues/3057 **Describe the solution you'd like** Other supported storage providers...
**Is your feature request related to a problem? Please describe.** Deploying k3s to a vps exposes ports lile fannel and k8s API. **Describe the solution you'd like** An option for...
My directory structure looks like this * /config/Readme.md * /config/core * /config/core/configuration.yaml * /config/appdaemon I can edit and commit any file in these directories. The problem is that if I...
If I start logspout-logstash using this docker-compose the cpu usage spikes to 100% and stays there... ``` logspout: image: bekt/logspout-logstash mem_limit: 256m restart: on-failure depends_on: - logstash environment: ROUTE_URIS: logstash://logstash:5000...