-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Upgrading cluster to v1.9.4 fails #15210
Comments
Hi @fransguelinckx, Thanks for reporting this. It looks like you've discovered a bad interaction with #9109. I wrote the code to try to expand any templates that might be defined in the configured address, which requires asking the OS about what network interfaces exist. Something in your environment is preventing that query from working. I took this simpler approach because it felt safer than trying to identify first whether an address was templated or not, and only trying to expand templates if it was. It sounds like we'll have to explore that slightly harder approach in order to avoid this issue. |
Thanks for the quick response! We'll be happy to help if we can. |
Fixed by #15224. I don't think this will be in the very next release, since that's already underway and should be out soon to fix a critical issue. So more likely this will be released in about a month. Thanks @peteski22 ! |
Describe the bug
When trying to upgrade a 3-node vault cluster from v1.8.9 to v1.9.4 by replacing one of the old nodes, the new node encounters an error preventing it from starting up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The v1.9.4 node joins the cluster.
Environment:
Vault server configuration file(s):
Error log:
Additional context
vault.hcl
configuration file as the I posted above.The text was updated successfully, but these errors were encountered: