-
Notifications
You must be signed in to change notification settings - Fork 200
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
Refactor Layer2 Speaker #380
Conversation
Signed-off-by: renyunkang <[email protected]>
Signed-off-by: renyunkang <[email protected]>
/assign |
@@ -1122,6 +1122,14 @@ subjects: | |||
namespace: openelb-system | |||
--- | |||
apiVersion: v1 | |||
data: | |||
key: b3BlbmVsYi1zcGVha2Vycw== |
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.
Just a question, where did the b3BlbmVsYi1zcGVha2Vycw==
of this key come from?
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.
It is the base64 encoding of "openelb-speakers". As you can see, I use "openelb-speakers" as the default secret for the memberlist in OpenELB. Of course, you can also customize the secret by modifying the Secret resource.
Signed-off-by: renyunkang <[email protected]> fix(ipam): fix ipam update service status error Signed-off-by: renyunkang <[email protected]> fix secret Signed-off-by: renyunkang <[email protected]> clean up redundant configuration requeue Signed-off-by: renyunkang <[email protected]>
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.
Thanks~
/lgtm
LGTM label has been added. Git tree hash: ca8b5745d8030647e1697599eec767630a3fbcd2
|
1 similar comment
LGTM label has been added. Git tree hash: ca8b5745d8030647e1697599eec767630a3fbcd2
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chaunceyjiang, renyunkang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chaunceyjiang, renyunkang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
What type of PR is this ?:
TODO:
Related links: