We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since v1.19.5, K3s added support for HA mode with embedded ETCD and I hope this could be supported in Ansible scripts.
The document is described at K3s HA Embedded mode
Generally. First we shall define "K3S_TOKEN" as an input value, the value should be a string without special chars. e.g. "mySecret123",
The text was updated successfully, but these errors were encountered:
It's already implemented in this repo - https://github.com/k3s-io/k3s-ansible/tree/k3s-ha ;)
Sorry, something went wrong.
It's also in this issue #32
will these changes be merged into master?
Curious about this as well. Seems to automatically detect if there are multiple masters so I don't see why it couldn't be added back in.
No branches or pull requests
Since v1.19.5, K3s added support for HA mode with embedded ETCD and I hope this could be supported in Ansible scripts.
The document is described at K3s HA Embedded mode
Generally. First we shall define "K3S_TOKEN" as an input value, the value should be a string without special chars. e.g. "mySecret123",
The text was updated successfully, but these errors were encountered: