Ivan Kolodyazhny

Results 21 issues of Ivan Kolodyazhny

If issue is generated from dict 'get_code' method doesn't return code source. This patch fixes this by returning self.code property.

Issue text is not supposed to be consistent between banndit versions. It was changed few times in the past. That's why we don't need to match text too between issues....

CronJob API version is stable now, so we need to specify `batch/v1` for it. Closes: #178 Closes: #269

v0.6.2 was releases more than 6 months ago. We've got a lot ffixes including CVEs merged in master branch https://github.com/k8snetworkplumbingwg/whereabouts/compare/v0.6.2...master. Also v0.6.2-arm image is broken but latest-amd64 works as expected

enhancement

**Description of the change:** Change untar image from busybox to UBI image as #5191 **Motivation for the change:** Remove dependency on dockerhub **Checklist** If the pull request includes user-facing changes,...

Now it's possible to configure RDMA subsystem mode using SR-IOV Network Operator in systemd mode. We can't configure RDMA subsystem in a daemon mode because it should be done on...

For troubleshooting it's useful to have following data: * image build time * git branch * git revision Also this commits modifies 'make image' target to build webhook image too.