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

ci, build: use the correct dockerfile image #135

Merged
merged 1 commit into from
Apr 5, 2023

Conversation

maiqueb
Copy link
Collaborator

@maiqueb maiqueb commented Apr 5, 2023

What this PR does / why we need it:
We must use the dockerfile for the thick plugin version - we were using the multus setup script default, which is to use the thin version.

Up to now this was not an issue since the thin version featured the cp command, which is used on the thick-plugin initcontainer. Now that the thin plugin version daemonset spec was updated (it no longer features the cp command), the thick plugin version init container fails to perform its task.

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #134

Special notes for your reviewer (optional):

@maiqueb maiqueb requested a review from phoracek April 5, 2023 15:22
We must use the dockerfile for the thick plugin version.

Up to now this was not an issue since the thin version featured the `cp`
command, which is used on the thick-plugin initcontainer. Now that the
thin plugin version daemonset spec was updated (it no longer features
the `cp` command), the thick plugin version init container fails to
perform its task.

Signed-off-by: Miguel Duarte Barroso <[email protected]>
@maiqueb maiqueb force-pushed the fix-multus-e2e-test-build-thick-plugin-dockerfile branch from bda12d2 to d6a66f3 Compare April 5, 2023 15:29
Copy link
Member

@phoracek phoracek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/lgtm

@maiqueb maiqueb merged commit 49977b5 into main Apr 5, 2023
@maiqueb maiqueb deleted the fix-multus-e2e-test-build-thick-plugin-dockerfile branch April 5, 2023 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] e2e kind cluster deployment fails
2 participants