-
Notifications
You must be signed in to change notification settings - Fork 114
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
feat: support extraDeploy field in helm chart #728
feat: support extraDeploy field in helm chart #728
Conversation
Thanks for your PR,
To skip the vendors CIs use one of:
|
Hi @fengxsong, thanks for filing this PR. Do you mind removing it so we can discuss the extraDeploy proposal? What's the use case it would solve? |
im not sure we should support deploying arbitrary "things" as part of the chart. my take is that the chart should deploy the minimal set of components that are required for sriov network operator to work. |
Signed-off-by: fengxusong <[email protected]>
5ec3a82
to
14da0e9
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
@zeeke I have reverted this part of the modification back.
@adrianchiris yes, I'm agree with that, keeping deployments as simple as possible is a good point, but sometimes it might be better to provide simple functionality extensions. In the scenario where we manage cluster deployments using GitOps, I prefer a single deployment that includes everything needed rather than applying additional configurations after deployment. since charts in bitnami/charts has already supported this feature, I think this is a |
Pull Request Test Coverage Report for Build 9695800137Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Hi @fengxsong we discussed this in today's community meeting. we are OK with this change. please add a disclaimer in helm chart README that whatever is deployed via this value is the user's responsibility. |
Signed-off-by: fengxusong <[email protected]>
Thanks for your PR,
To skip the vendors CIs use one of:
|
Pull Request Test Coverage Report for Build 9770204124Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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
This PR made the following changes:
Remove duplicate environment variable
METRICS_EXPORTER_SECRET_NAME
and correct the.METRICS_EXPORTER_PORT
environment variableSupport adding additional deployment objects in the Helm chart, such as
SriovNetworkNodePolicy
andSriovNetwork
, along with the release.