Chandler Wilkerson

Results 10 comments of Chandler Wilkerson

> @cwilkers @fabiand is there a way to donate resources or budget through CNCF for a project to have transparent donation reporting? I'm not sure, @aburdenthehand @jberkus would you know?

Reproducible (for the moment due to mirror issue) with following PVC request: ``` apiVersion: v1 kind: PersistentVolumeClaim metadata: name: "fedora" labels: app: containerized-data-importer annotations: cdi.kubevirt.io/storage.import.endpoint: "https://download.fedoraproject.org/pub/fedora/linux/releases/33/Cloud/x86_64/images/Fedora-Cloud-Base-33-1.2.x86_64.raw.xz" spec: accessModes: - ReadWriteOnce...

Hello @Woile I've been playing with this repo too. If you still have any interest in seeing an ARM version, I have submitted a revised Dockerfile in https://github.com/vishh/stress/pull/2 which builds...

I may have been tagged due to this blog: https://cloud.redhat.com/blog/disaster-recovery-of-virtual-machines-within-openshift . The missing pieces in the documentation are: * creation of a noobaa bucket for backups (as mentioned) * creation...

I have a similar problem. I worked around the selinux issue here by just temporarily setting it to permissive, but that's not enough. The netlify/build:focal image sets several files in...

This issue might get better traction in the kubevirt/kubevirt repo, but I understand it makes sense here as this is related to the minikube quickstart on this site.

Looks like interceding PRs have put this one in conflict with main. Do you want to fix and get this to a mergeable state?

Thanks for bringing this up, there are about three responses I can think of to help with this: 1. I would invite you to create PRs to add in the...

A good way to test the container we're using in CI is to explore the Makefile in this repo. You can build and test locally, updating the dockerfile as you...