Bart van Bragt

Results 25 comments of Bart van Bragt

I was thinking the same but I was hoping that there is a more direct way to handle this. A risk with the above scenario (adjusting the 4 standard settings)...

I worked around this problem by adding: ```javascript // SSL/TSL: this is the self signed certificate support app.on('certificate-error', (event, webContents, url, error, certificate, callback) => { // On certificate error...

In a system that we've built/are building we save all uploaded images which are also viewable in an image gallery by the user. Optionally the user can move images to...

@scattlecat Isn't your error caused by the CMP? Lighthouse won't click 'OK, allow cookies' and ads will only load after consent has been given.

Probably related. With a very minimal setup with just: ``` [INPUT] Name tail Tag kube.* Path /var/log/containers/*.log Multiline.parser cri ``` and: ``` [OUTPUT] Name stackdriver Match kube.* Resource k8s_container k8s_cluster_name...

In our case 1.8.12 was fine too.

`workers 0` indeed fixes the crashes.

As far as I know this still causes Fluent-bit to crash.

I'm in the same boat. Trying to get a k8s cluster to send all logs to Google Cloud Logging but that has proven to be quite a challenge if you...