Enapter / charts

Enapter Helm Charts
MIT License
48 stars 49 forks source link

Cannot set client-output-buffer-limit #37

Closed magnetic5355 closed 2 years ago

magnetic5355 commented 2 years ago

Cannot set client-output-buffer-limit on helm chart. Pod fails to start with invalid syntax.

Tried

configExtraArgs: client-output-buffer-limit: normal 0 0 0 replica 268435456 67108864 60 pubsub 33554432 8388608 60

configExtraArgs: client-output-buffer-limit: pubsub 33554432 8388608 60

Antiarchitect commented 2 years ago

It's not the chart problem - it's the problem of KeyDB itself:

docker run --rm -it eqalpha/keydb:x86_64_v6.2.1 keydb-server --client-output-buffer-limit "normal 0 0 0 replica 268435456 67108864 60 pubsub 33554432 8388608 60"
*** FATAL CONFIG FILE ERROR (KeyDB 6.2.1) ***
Reading the configuration file, at line 2
>>> 'client-output-buffer-limit "normal 0 0 0 replica 268435456 67108864 60 pubsub 33554432 8388608 60"'
Bad directive or wrong number of arguments
Antiarchitect commented 2 years ago

@caesarcxiv Please see 0.29.0. PLEASE NOTICE SOME BACKWARD INCOMPATIBLE CHANGES INTRODUCED IN 0.29.0: https://github.com/Enapter/charts/blob/master/keydb/README.md#0290-upgrade-notice