data is not persisted after pod restarted. #1262
Unanswered
Goutami-Gowda
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @Goutami-Gowda Thanks for your feedback. Those namespaces were stored in kvrocks.conf, so we need to mount this config file as well. The workaround can copy the kvrocks.conf to /var/lib/kvrocks, then load config from /var/lib/kvrocks/kvrocks.conf in Dockerfile. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i created kvrocks statefulset with /var/lib/kvrocks volume. but after pod restart , all the namespace that i have added or gone. how can i persist this?
Beta Was this translation helpful? Give feedback.
All reactions