Is it valid to use --cluster-init
with only one server?
#3429
Answered
by
brandond
ChristianCiach
asked this question in
Q&A
-
The documentation isn't clear about this. Can I use the embedded etcd with only using one server (of course, without HA)? Is Edit: This doesn't look good:
|
Beta Was this translation helpful? Give feedback.
Answered by
brandond
Jun 9, 2021
Replies: 1 comment 1 reply
-
Yes, you can run a single-node etcd cluster by passing Are you sure you've restarted the server with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ChristianCiach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can run a single-node etcd cluster by passing
--cluster-init
.Are you sure you've restarted the server with
--cluster-init
before attempting to take a snapshot?