Skip to content
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

Manifests building with hw-offload is broken due to wrong helm templates #3705

Closed
abdallahyas opened this issue Apr 29, 2022 · 3 comments · Fixed by #3706
Closed

Manifests building with hw-offload is broken due to wrong helm templates #3705

abdallahyas opened this issue Apr 29, 2022 · 3 comments · Fixed by #3706
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@abdallahyas
Copy link
Contributor

abdallahyas commented Apr 29, 2022

Describe the bug
Following patch antrea started to use helm to build its manifests, the patch broke the hw-offload flag of the hack/generate-manifest.sh by having a mismatch between the helm values of generate-manifestes.sh and the helm template.

can you guys take a look

To Reproduce
Run generate-manifestes.sh with --hw-offload flag

Expected
having --hw-offload arg added to the ovs_start command on the generated antrea.yml file.

Actual behavior
--hw-offload arg is missing from the generated manifest

Versions:
current master

Additional context

@abdallahyas abdallahyas added the kind/bug Categorizes issue or PR as related to a bug. label Apr 29, 2022
@abdallahyas
Copy link
Contributor Author

@antoninbas can i bother you to take a look at the issue, thanks.

@antoninbas antoninbas self-assigned this Apr 29, 2022
antoninbas added a commit to antoninbas/antrea that referenced this issue Apr 29, 2022
s/.Values.hwOffload./.Values.ovs.hwOffload

Fixes antrea-io#3705

Signed-off-by: Antonin Bas <abas@vmware.com>
@antoninbas
Copy link
Contributor

Thanks for catching this @AbdYsn. I have submitted a patch.

@abdallahyas
Copy link
Contributor Author

@antoninbas Thank you very much for taking a look and fixing the issue.

@abdallahyas abdallahyas changed the title hw-offload integration is broken Manifests building with hw-offload is broken due to wrong helm templates Apr 29, 2022
antoninbas added a commit that referenced this issue Apr 29, 2022
s/.Values.hwOffload./.Values.ovs.hwOffload

Fixes #3705

Signed-off-by: Antonin Bas <abas@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants