With Kubernetes 1.31, the DRA API will change (1,2). The dra example implementation has already been updated to some extent to reflect those changes. Current e2e tests fail because of that.
With this PR, we add additional info in the docs to reflect the versions of Kubernetes that multus supports DRA and also we fix the e2e test by pinning it to the original DRA example implementation.
Next step is to adjust the multus DRA integration to the new DRA API.
Note: The currently opened PRs will need to be rebased on top of master once this PR is merged to ensure that e2e test is passing.
coverage: 63.364% (+0.2%) from 63.116%
when pulling 04fb8190fe611a7e2ebafc5384c5c734b61d13ee on vasrem:chore/update-dra-e2e
into 85877341745ea2184456079a73ad771c27e2dc28 on k8snetworkplumbingwg:master.
With Kubernetes 1.31, the DRA API will change (1,2). The dra example implementation has already been updated to some extent to reflect those changes. Current e2e tests fail because of that.
With this PR, we add additional info in the docs to reflect the versions of Kubernetes that multus supports DRA and also we fix the e2e test by pinning it to the original DRA example implementation.
Next step is to adjust the multus DRA integration to the new DRA API.
Note: The currently opened PRs will need to be rebased on top of master once this PR is merged to ensure that e2e test is passing.