-
Notifications
You must be signed in to change notification settings - Fork 51
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
Make components macvtap #348
Make components macvtap #348
Conversation
/release-note-none |
f5ca1a0
to
22c752d
Compare
Signed-off-by: Miguel Duarte Barroso <[email protected]>
22c752d
to
5e5328d
Compare
hack/components.sh
Outdated
# TODO: uncomment the following lines *once* there is macvtap upgrade is supported | ||
#MACVTAP_IMAGE=quay.io/kubevirt/macvtap-cni | ||
#MACVTAP_IMAGE_TAGGED=${MACVTAP_IMAGE}:${MACVTAP_TAG} | ||
#sed -i "s#\"${MACVTAP_IMAGE}:.*\"#\"${MACVTAP_IMAGE_TAGGED}\"#" pkg/components/components.go |
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.
This should be still active. components.go bump the defaults (so image value used in the generated manifests). Only the following line is related to upgrade tests.
Signed-off-by: Miguel Duarte Barroso <[email protected]>
5e5328d
to
32c48c7
Compare
/lgtm Looking forward to test it with 0.2! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: phoracek 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 |
/override pull-e2e-cluster-network-addons-operator-workflow-k8s |
@phoracek: Overrode contexts on behalf of phoracek: pull-e2e-cluster-network-addons-operator-workflow-k8s In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@maiqueb: The following test failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Automate macvtap component generation.
By doing
make components
, the specified version of macvtap-cni is cloned, and it's manifests copied, becoming available as CNAO provisioning files.Depends-on: #346
Depends-on: kubevirt/macvtap-cni#20