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
I think some of the cserver/client settings in the docs are not exactly right.
I got it working with this, figured I'd share since the docs didn't talk about server cluster.
@rismoney with your code sample, you are enabling server and client within the same node. It's a legit option (which I wouldn't use in production), but I don't see the error in the docs.
for the config_hash, I would not rely on the tiny documentation included on the top part of the manifest. You should use Hashicorp documentation for that, because we can't keep track of all the changes that are being introduced with the every new version.
can't you create a PR yourself?
if you don't want to create a PR, could you please point me to the line where you see the error, and tell what should be added or removed in your opinion?
to be honest, even your sample code would not be ideal. An even number of nodes is unusual, hence I'd expect that you have nomad01, nomad02 and nomad03. In this case, you don't need to tell a cluster node to join itself. So, you have to say: I have nomad01, nomad02, and nomad03, and on nomad01, you'll have the followings (you try to join the other two nodes):
I think some of the cserver/client settings in the docs are not exactly right.
I got it working with this, figured I'd share since the docs didn't talk about server cluster.
The text was updated successfully, but these errors were encountered: