ffais
ffais
Same problem here on my own chart!
I have the same memory leak problem with v3/master. I have also tried with v3/dev/3.1-experimental but there is a problem with some rules. `"modsecurity_rules_file" directive Rules error. File: /usr/local/coreruleset/rules/REQUEST-901-INITIALIZATION.conf. Line:...
No this also happens also when the parser work properly.
I made some test building from master, memory leak is still present. More details: nginx: 1.21.1 ModSecurity Commit SHA: faad65d3859c580a1aa428eb3009338452315f71 coreruleset: 3.3.2 Sites type: wordpress Sites number: ~20 ModSecurity enabled...
I have same problem on Kubernetes (AKS) v1.18.8 and Nuclio v1.4.17. When i try to use UI i got 503 http code on the following API calls: ``` /api/frontend_spec /api/namespaces...
Log from nuclio-dashboard pod. **Update logs.** `20.09.24 08:40:29.677 dashboard.server (D) Handled request {"requestMethod": "GET", "requestPath": "/api/frontend_spec", "requestHeaders": {"Accept":["application/json, text/plain, */*"],"Accept-Encoding":["gzip, deflate"],"Accept-Language":["it-IT,it;q=0.8,en-US;q=0.5,en;q=0.3"],"Cache-Control":["no-cache"],"Connection":["close"],"Dnt":["1"],"Pragma":["no-cache"],"Referer":["http://localhost:8070/projects"],"User-Agent":["Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0"]}, "requestBody": "",...
Seems like an intermittent issue, when I restart the `nuclio-dashboard` pod everything works fine for a while.
I have a very similar deployment, with the only difference that I'm using MachineDeployment and AzureMachineTemplate instead of MachinePool and AzureMachinePool. My cluster autoscaler logs: ``` I0116 16:52:43.217613 1 clusterapi_provider.go:68]...
You can generate all the CRDs manifest using make commands: ``` make dev-tools make manifests ``` After that you can find all the CRDs in the harbor-operator/config/crd/bases folder.
Any news on this?