Thomas Decaux

Results 130 comments of Thomas Decaux

Well this is not loki related, but on collector agent side, you should read Grafana Alloy or Promtail documentation.

this is a serious security issue, most of good security practices prevent to run container as root. A quick (and dirty) fix is to use an init container to chown:...

ho cant change the host path https://github.com/elastic/cloud-on-k8s/blob/main/pkg/controller/agent/pod.go#L429 or even use an emptyDir volume :-/

BTW we should not generate the keystore file (sensitive data) on host volume! The keystore file should be stored on an emptyDir volume.

Yes! In my case, this is the client-ca certificate that have expired. Such a good idea to add a flag, I can do a PR

Our CA have a 3 months expiration :-/ I agree this is really too short but it's come from another team ^^ Currently we fix it by changing the system...

What about a tiny changes like that -> https://github.com/k3s-io/k3s/compare/master...ebuildy:k3s:cli-option-insecure?expand=1 ?

hello, I have just did a small PR to support SQLite, just a few files to edit, then it works. https://github.com/Sylius/Sylius/pull/17254