forked from k8snetworkplumbingwg/sriov-network-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
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 hello work flow #2
Open
abdallahyas
wants to merge
55
commits into
master
Choose a base branch
from
add-hello-work-flow
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ction Network Resource Injector (NRI) has switches to config map to enable optional features such as enableHugePageDownApi, enableHonorExistingResources etc. This commit allows Operator to create controlSwitch configmap for NRI and removes injectHugepageDownApi from webhook-server container arguments.
Bump controller-gen to v0.4.1, kustomize to v3.8.7
Update 3rd-party CRD in test util
1. use json format for config file 2. split VF creation and switchdev configuration in configure-switchdev.sh
Change switchdev config to json format
…rol-switch NRI: use control switch configmap to enable hugepage injection
ghcr.io/k8snetworkplumbingwg is an official image repository for k8snetworkplumbingwg organization witch is updated after each merged pull request.
Use images from ghcr.io/k8snetworkplumbingwg repository
mstflint in CentOS repository is too old and doesn't support latest Nvidia Nics like BlueField 2. This patch makes mstflint package location configurable so we can build image with required version and location of it.
…g#171) After moving sriovnetworkv1.NicIdMap into ConfigMap we need to initialize it's data on operator startup. Signed-off-by: Ivan Kolodyazhny <[email protected]>
Until k8snetworkplumbingwg/sriov-network-device-plugin#276 wiill be fixed we need to restart device plugin pod each time after SR-IOV Network Operator plugin applied. It's needed because plugin could change a number of VF resources even if config is not changed.
…tflint Make mstflint configurable for config daemon
Sync latest CRDs to helm chart
Using 2 managers for the same controllers causes inconsistency in objects reconcilation. For example we saw a problem with some SriovNetwork update events not reaching the controller (Reconcile was not triggered). Using the same Mgr as the specified client for the controller solves these kind of problems. Signed-off-by: Ori Braunshtein <[email protected]>
Use GlobalMgr for SriovNetwork controllers
…k_finalizers Remove SriovNetwork finalizers on controller shutdown
Use CRD v1 in SriovNetworkPoolConfig patches
…lure_policy_upate Set webhook failurePolicy to Ignore on controller pod shutdown
Don't check MCP state when node in Draining_MCP_Paused state
github.com/cespare/xxhash/v2 v2.1.1 is incompatible with Go 1.17 (see cespare/xxhash#54) Here we bump up the dependency to solve the issue. Signed-off-by: Federico Paolinelli <[email protected]>
Update github.com/cespare/xxhash/v2 to v2.1.2
This commit add a support to the sriov-network-operator to request from the sriov-device-plugin to mount the /dev/vhost-net device into the container. Signed-off-by: Sebastian Sch <[email protected]>
Add support for vhost-net device mount
…z1875338-workaround Revert "Add a workaround for BZ 1875338"
This commit extend the sriov-network-config-daemon to try and load the tun device on start. Signed-off-by: Sebastian Sch <[email protected]>
Signed-off-by: Sebastian Sch <[email protected]>
…nel_module Load tun kernel module
This patch adds a Jenkins file example, it also modifies the E2E kind script to support a new mode of operation: the bash service. The modification was done to support running the scripts in a limited privilege shell.
Support Jenkins CI
To set the GUID to VF, we need to set the admin MAC and reload the VF driver. It will take a long time if users set big 'numVFs'. This PR changes the logic to only reload the VF driver when isRdma is set. So that, users not using ROCE will no longer need to wait for the VF driver reload.
Reload VF driver only when rdma is enabled
Thanks for your PR,
|
abdallahyas
force-pushed
the
add-hello-work-flow
branch
19 times, most recently
from
December 7, 2021 13:40
2b3f2e1
to
628c3c5
Compare
Added the pr-ci-triggers github workflow to print out available vendors CIs trigger phrases.
abdallahyas
force-pushed
the
add-hello-work-flow
branch
from
December 7, 2021 13:53
628c3c5
to
dabe961
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.