Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change from Version 3.6.0 -> 3.6.1 #111

Open
BuildLineGmbH opened this issue Feb 21, 2023 · 0 comments
Open

Breaking change from Version 3.6.0 -> 3.6.1 #111

BuildLineGmbH opened this issue Feb 21, 2023 · 0 comments

Comments

@BuildLineGmbH
Copy link

Describe the bug
On existing couchdb clusters a upgrade from version 3.6.0 to 3.6.1 with default erlang cookie will fail.

A clear and concise description of what the bug is.
Commit 625d143 removes the default value "monster" in couchdb/values.yaml for erlang cookie.
If no custom cookie value was defined in values.yaml, nodes cannot connect to existing cluster nodes.

Version of Helm and Kubernetes:
helm: v3.7.2
k8s: 1.23.8, 1.23.16 & 1.24.10

What happened:
Upgraded Pod will not start and cannot connect to cluster nodes.

What you expected to happen:
Upgrade should work.

How to reproduce it (as minimally and precisely as possible):

  • take default values.yaml for version 3.6.0
  • set cluster size to min 2
  • deploy 3.6.0
  • upgrade version to 3.6.1

Anything else we need to know:
Workaround:
Add erlang flags section into values.yaml

erlangFlags:
  name: couchdb
  setcookie: monster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant