You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
What happened:
Deployed a new eventstore to kubernetes. Documentation states that clustersize is 3, yet it actually is 1.
What you expected to happen:
Cluster to be size 3
How to reproduce it (as minimally and precisely as possible): helm install -n eventstore eventstore/eventstore
Anything else we need to know:
This was changed in #30. I think it was accidentally committed as the PR does not give any reason to decrease default cluster size.
The text was updated successfully, but these errors were encountered:
So that port forwarding works out of box I think it is better to set the default clusterSize=1.
My mistake to not update the docs. Only reason it was changed to 1 was so that the port-forwarding worked out of the box to help with debugging. Otherwise the only I could figure out how to debug locally was using a tool like telepresence.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a request for help?:
No
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Version of Helm and Kubernetes:
Which chart:
eventstore/eventstore
What happened:
Deployed a new eventstore to kubernetes. Documentation states that clustersize is 3, yet it actually is 1.
What you expected to happen:
Cluster to be size 3
How to reproduce it (as minimally and precisely as possible):
helm install -n eventstore eventstore/eventstore
Anything else we need to know:
This was changed in #30. I think it was accidentally committed as the PR does not give any reason to decrease default cluster size.
The text was updated successfully, but these errors were encountered: