-
Notifications
You must be signed in to change notification settings - Fork 386
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 a Helm Chart for Flow Aggregator #3952
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3952 +/- ##
==========================================
+ Coverage 64.29% 64.97% +0.68%
==========================================
Files 295 295
Lines 43672 43672
==========================================
+ Hits 28077 28377 +300
+ Misses 13342 13035 -307
- Partials 2253 2260 +7
*This pull request uses carry forward flags. Click here to find out more.
|
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.
minor comments, LGTM
/test-all |
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.
A nit only, LGTM
727e735
to
71cf342
Compare
/test-all |
@@ -323,8 +322,6 @@ spec: | |||
secretKeyRef: | |||
key: password | |||
name: clickhouse-secret | |||
- name: FA_CONFIG_MAP_NAME |
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.
Not sure if we should keep FA_CONFIG_MAP_NAME? I used this to have consistency with antrea.
https://github.com/antrea-io/antrea/blob/main/build/yamls/antrea.yml#L3983-L3984
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.
Basically I think it is not necessary to save this in the environment variable as the config map name will be constant, but I do not have strong preference.
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.
I also think it is fine either way
But it doesn't hurt to be consistent with Antrea
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.
Got it. Changed it back to the consistent version.
Signed-off-by: Yanjun Zhou <zhouya@vmware.com>
/test-all |
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.
LGTM
Flow Aggregator Helm Chart is added to Antrea repo with PR antrea-io/antrea#3952. This PR removes it from Theia repo. Signed-off-by: Yanjun Zhou <zhouya@vmware.com>
As Antrea has introduced Helm support, this PR takes care of the Helm support for Flow Aggregator by
Signed-off-by: Yanjun Zhou zhouya@vmware.com