-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use unixs for "restore source" endpoint
When restoring a backup for both etcd and etcd-events, I observed a port-conflict on port 8002/8003. Switching to unixs:// endpoints (unix domain sockets) is a little more secure, and avoids the port conflict. Due to etcd-io/etcd#12450 the syntax is slightly awkward - we have to make it look like a host and port.
- Loading branch information
Showing
3 changed files
with
76 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters