VladoPortos
VladoPortos
The python3 template does not have git installed probably in first place, at least this is what I found today when I tried to use git repo in requirements. (...
@CC007 I just found that I can actually add what I need into the Docker file in template for python3 locally and have it build with the stuff I need....
I figured it out, for anyone else looking into the same issue, here is what needs to be done: The script will not create in this case files: /opt/loragw/global_conf.json /opt/loragw/local_conf.json...
Same, was going to give a Robusta try, but my cluster is ARM64, could not get it to run :( ``` root@control01:~# kubectl logs robusta-forwarder-7f444db6f4-hrms4 -n robusta standard_init_linux.go:228: exec user...
Same here on fresh installation on k3s, I'm getting: `Readiness probe failed: Get "http://10.42.2.122:9990/ready": context deadline exceeded (Client.Timeout exceeded while awaiting headers) `
Thanks @olix0r I checked the nodes where the pods are running, CPU is normal hardly over 10% usage. However, I noticed `Undervoltage detected!` in dmesg, this very well might be...
I think you are right, I have tried with selenium and chromedriver and the same result, I'm still trying to get this working... I'm using the https://github.com/shelfio/chrome-aws-lambda-layer as chromium browser...
Ok so I spend so much time on this issue. :( **Result:** The normal python3.x container that is provided by Amazon for lambda is not capable of running chromium (missing...
@dntzbgh Here is my working solution, it requires running lambda as docker image but otherwise works fine. https://rpi4cluster.com/aws/lambda_selenium/
Not fixed in 15.5.1 at least I get this during restore: ``` ERROR: File 's3://eu-central-1-gitlab-uploads/user/avatar/19/avatar.png' could not be copied: 403 (AccessDenied): Access Denied ERROR: File 's3://eu-central-1-gitlab-uploads/user/avatar/23/alert-bot.png' could not be copied:...