Joe Siponen
Joe Siponen
I also tried to scale replicas to 1 and then to 2. When I scaled to 1 replica: * postgres-db-2-0 (primary) on node-1 was kept * postgres-db-5-0 on node-2 was...
@IJOL you should also note that you will get an ever increasing number of stateful sets being created (unavoidable it seems) and old data needs to be discarded continuously. See...
@IJOL: I asked the same question as you about there being so many stateful sets here: #57
> Thank you for your message. > > Could you please list the issues that you see as showstoppers? > > The development of Kubegres will resume in June 2022....
Thank for the tip @IJOL - will check it out. Was hoping not to have to install and maintain minio - I do like the low-level simple backup options of...
``` $ git --version git version 2.35.1 ``` What version of python is recommended? I had issues with version 3.8 so I upgraded to python 3.9. But, it seems that...
Doing Ctrl+C whilst a plugin is executing will make k9s go haywire. It is really hard to unlearn using Ctrl+C instinctively.
This was totally unexpected and borks PATH in wsl 2 on windows as well. See https://github.com/microsoft/WSL/issues/10399