jorgegv

Results 23 comments of jorgegv

As I said in my previous comment, _"each node gets a block sub-allocated from the /16 starting at 10.42.0.0/24"_ was the missing information for me. I did not know that....

Ok, never mind. Perhaps your sentence _"The Service CIDR is 10.43.0.0/16; ClusterIP addresses are allocated out of this range. The Cluster CIDR is 10.42.0.0/16, and each node is allocated a...

Hi, my installation was exactly as the above one, with NC 24.0.5, I was experimenting the problem and I stumbled upon this issue. On 24.0.5 I tried to upload a...

These are my current values: ``` php_value upload_max_filesize 5G php_value post_max_size 5G php_value max_input_time 3600 php_value max_execution_time 3600 ``` And also: ``` 'filelocking.enabled' => true, 'filelocking.ttl' => 43200 ``` These...

My proxy is a nginx Ingress in Kubernetes, but the timeouts that can be configured are for establishing connections, not for limiting the duration of those connections. Again, the upload...

Some more tests on this front: I installed a temporary VM with: - Rocky Linux 8 latest (RHEL clone) - PHP 8.1.16 running in FPM mode (this is the same...

And another new test: another temporary VM with: - Rocky Linux 8 latest - Docker - Nextcloud installed using AIO image With this setup, the same upload as indicated above...

New test: deployed in our K8S staging cluster adding redis configuration `architecture: standalone` to the Helm chart config. I verified that now only one redis master Pod is deployed instead...

> So basically it looks like the docker image or helm chart might have an issue, right? Well, according to my tests (see previous comments), the Docker image is fine,...