-
Notifications
You must be signed in to change notification settings - Fork 388
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Victor Castell
committed
Jul 10, 2019
1 parent
c474d13
commit 8f44062
Showing
12 changed files
with
140 additions
and
51 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
date: 2019-07-10 | ||
title: "dkron raft" | ||
slug: dkron_raft | ||
url: /cli/dkron_raft/ | ||
--- | ||
## dkron raft | ||
|
||
Command to perform some raft operations | ||
|
||
### Synopsis | ||
|
||
Command to perform some raft operations | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for raft | ||
--rpc-addr string gRPC address of the agent (default "127.0.0.1:6868") | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file path | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dkron](/cli/dkron/) - Open source distributed job scheduling system | ||
* [dkron raft list-peers](/cli/dkron_raft_list-peers/) - Command to list raft peers | ||
* [dkron raft remove-peer](/cli/dkron_raft_remove-peer/) - Command to list raft peers | ||
|
||
###### Auto generated by spf13/cobra on 10-Jul-2019 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
date: 2019-07-10 | ||
title: "dkron raft list-peers" | ||
slug: dkron_raft_list-peers | ||
url: /cli/dkron_raft_list-peers/ | ||
--- | ||
## dkron raft list-peers | ||
|
||
Command to list raft peers | ||
|
||
### Synopsis | ||
|
||
Command to list raft peers | ||
|
||
``` | ||
dkron raft list-peers [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for list-peers | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file path | ||
--rpc-addr string gRPC address of the agent (default "127.0.0.1:6868") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dkron raft](/cli/dkron_raft/) - Command to perform some raft operations | ||
|
||
###### Auto generated by spf13/cobra on 10-Jul-2019 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
date: 2019-07-10 | ||
title: "dkron raft remove-peer" | ||
slug: dkron_raft_remove-peer | ||
url: /cli/dkron_raft_remove-peer/ | ||
--- | ||
## dkron raft remove-peer | ||
|
||
Command to list raft peers | ||
|
||
### Synopsis | ||
|
||
Command to list raft peers | ||
|
||
``` | ||
dkron raft remove-peer [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for remove-peer | ||
--peer-id string Remove a Dkron server with the given ID from the Raft configuration. | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--config string config file path | ||
--rpc-addr string gRPC address of the agent (default "127.0.0.1:6868") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dkron raft](/cli/dkron_raft/) - Command to perform some raft operations | ||
|
||
###### Auto generated by spf13/cobra on 10-Jul-2019 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
--- | ||
title: Executors | ||
--- | ||
|
||
{{% children style="h3" description="true" %}} |