-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add controller clustering reference documentation #1032
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when this merges, it will be published automatically. make sure that's your intention before merging
Add controller clustering bootstrapping doc
|
||
```yaml | ||
cluster: | ||
dataDir: /path/to/data/dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dataDir: /path/to/data/dir | |
dataDir: /var/lib/ziti/controller |
Slight preference for FHS in examples, and I'm certain the average reader will do the right thing with an arbitrary example too. ZET also uses /var/lib/ziti
.
```buttonless title="Output" | ||
[ 3.323] WARNING ziti/controller/server.(*Controller).checkEdgeInitialized: the | ||
Ziti Edge has not been initialized, no default admin exists. Add this node to a | ||
cluster using 'ziti agent cluster add tls:localhost:6262' against an existing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cluster using 'ziti agent cluster add tls:localhost:6262' against an existing | |
cluster using 'ziti agent cluster add tls:localhost:1280' against an existing |
consistent ports for ctrl1
Add controller clustering operations page.
Add controller cluster data model page
Add controller clustering migration doc
Add Controller HA reference material. Fixes #929
|
||
**Requirements** | ||
|
||
1. The network should be able to withstand the loss of one voting member |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. The network should be able to withstand the loss of one voting member | |
1. The network should be able to withstand the loss of one voting member. |
@qrkourier I'm going to merge this up and then address your comments in a separate PR |
No description provided.