Alexander Wels

Results 481 comments of Alexander Wels

Do you have an http proxy between you and server? I just tried here with the latest from main and it imported just fine.

That is what it looks like to us. Somehow traefik is intercepting the request and acting like a proxy for it. This is what is causing the certificate failure in...

I have to check which is the latest version of the bindings. Have you tried updating the bindings to the latest version to see if that works? We build CDI...

So we can't really do the dockerhub image, since dockerhub imposes a pull limit and if we hit that limit tests will start failing. This is why we use quay...

@brianmcarey @dhiller Are you able to copy the appropriate container from dockerhub that matches or closely matches quay.io/kubevirt/minio:RELEASE.2018-08-02T23-11-36Z (or maybe even update that one to something more recent)

you can get a newer one.

Looks like there is a compiler error here ``` # kubevirt.io/containerized-data-importer/pkg/controller [kubevirt.io/containerized-data-importer/pkg/controller.test] pkg/controller/import-controller_test.go:966:4: unknown field serviceAccountName in struct literal of type importPodEnvVar pkg/controller/import-controller_test.go:1250:18: undefined: common.ImporterServiceAccountName pkg/controller/import-controller_test.go:1251:21: podEnvVar.serviceAccountName undefined (type *importPodEnvVar...