-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support gRPC communication between primary and secondary mantle contr…
…ollers This commit allows a mantle-controller to serve as one of standalone, primary, or secondary mode. This commit doesn't have any e2e test's update and it will land on in the following commits. Signed-off-by: Ryotaro Banno <[email protected]>
- Loading branch information
1 parent
1f88bf8
commit f0f826a
Showing
19 changed files
with
1,078 additions
and
108 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,4 @@ Dockerfile.cross | |
*~ | ||
|
||
test/e2e/testdata/persistentvolumes.yaml | ||
include/ |
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 |
---|---|---|
|
@@ -22,4 +22,6 @@ nodeSelector: {} | |
tolerations: [] | ||
affinity: {} | ||
|
||
controller: {} | ||
controller: | ||
role: standalone | ||
ports: [] |
Oops, something went wrong.