Hello there,
Is it possible to set replsets size to 1?
There are always 3 replsets created even I have changed its size to 1 or 2.
replsets:
- name: rs0
size: 1
Thanks,
Arthur
Hello there,
Is it possible to set replsets size to 1?
There are always 3 replsets created even I have changed its size to 1 or 2.
replsets:
- name: rs0
size: 1
Thanks,
Arthur
Hi @A_Niu,
The operator forces you to deploy 3 node replset for high availability. If you want to have only 1 node, you need to set allowUnsafeConfigurations: true
in cr.yaml.
Thanks, it fixes my issue.
Unanswered | Unsolved | Solved
MySQL, InnoDB, MariaDB and MongoDB are trademarks of their respective owners.
Copyright © 2006 - 2024 Percona LLC. All rights reserved.