Open
Description
openedon Nov 5, 2024
Is your feature request related to a problem? Please describe.
Allow a kineExtraArgs
to spec.storage
of k0s configuration.
Currently we have a k0s cluster with several (100) CronJobs with minute frequency, this generates spike parallel traffic on kine, which transfers it directly to the dbms exhausting the maximum connections (postgres in our case).
Kine has the option datastore-max-open-connections
but there is no way to config this extraArg to kine.
Describe the solution you would like
Create a new parameter kineExtraArgs
and route to kine start.
Describe alternatives you've considered
No response
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment