-
Notifications
You must be signed in to change notification settings - Fork 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
nomad 0.4.1 can't got server members from nomad server 0.5 #1976
Comments
Hey, You should not run a mixed cluster of 0.5.0 or 0.4.1 servers (you should always roll all at once). We merged this PR #1947 which makes the CLI work from both servers and clients but as a side-effect will only be usable on a fully rolled cluster. If this addresses your question/concern would you mind closing? Otherwise let me know! |
@dadgar All nodes (servers/agents) in cluster must be same version? I thought that it shall be easy: marks node as drain (services gone to another node), update to 0.5, unmark drain (services may go come back to this node). |
@kak-tus To be specific I meant all servers should be on the same version. It is okay to have servers ahead of the clients but not recommended. You can either upgrade the clients in place by replacing the nomad binary and then killing nomad and starting it again. It will do a best effort to re-attach to everything it was running. Otherwise you can do as you described. |
@dadgar I understand. Thank you. |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Nomad version
Client 0.4.1
Server v0.5.0-rc2 ('019e2442cc3ddccfa9cd485a41f2f6564f122c71+CHANGES')
Operating system and Environment details
Ubuntu server 16.04
Issue
I've updated nomad server on one node to 0.5.
After that my local nomad client 0.4.1 can't get server-members info from 0.5 nomad server, but can get it from 0.4.1 server.
And local nomad client 0.5 gets server-members info without problems from both versions of nomad server.
Reproduction steps
Nomad Server logs (if appropriate)
Nomad Client logs (if appropriate)
0.4.1
0.5
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: