Tero Keski-Valkama

Results 8 issues of Tero Keski-Valkama

### Steps to reproduce the problem 1. Install Mastodon from the Helm chart to a multi-node Kubernetes cluster with an NFS storage class. 2. If the mastodon-web and mastodon-sidekiq-all-queues end...

bug
deployment
helm

Affects all Hugo Meme sites, e.g. https://costacoders.es and https://blog.chunjiw.net . Mobile Bing and mobile Firefox show the menu correctly. This would seem to be a Chrome issue which might be...

bug

**What steps did you take and what happened:** I am using Dynamic NFS Provisioner on top of triple replicated Jiva volumes to make them ReadWriteMany. After hard reboots, this seems...

**Describe the problem/challenge you have** I need high-availability replication support which would otherwise be provided by Jiva, but it doesn't support `ReadWriteMany`. I tried to make Jiva use replica storage...

NFS provisioner binds to a persistent volume claim in the back in the `ReadWriteOnce` mode. This is otherwise all well and good, but in a hard reboot of a node,...

### Steps to reproduce the problem 1. Install Mastodon from the Helm chart to a multi-node Kubernetes cluster with an NFS storage class. 2. If the mastodon-web and mastodon-sidekiq-all-queues end...

bug

This makes Kubernetes make better choices about where to schedule the pods, and communicates to the administrators about the minimum sensible resource requirements. On a single user Mastodon instance on...

If `accessMode` `ReadWriteOnce` is used, then the volume can only be accessed in a write mode from a single node. This means that all pods which require write access to...