Stefan Hajnoczi
Stefan Hajnoczi
The Fedora DataVolume example in the CDI lab does not work out of the box with KubeVirt v1.1.1 on minikube v1.32.0: ``` status: conditions: - lastHeartbeatTime: "2024-02-14T21:18:57Z" lastTransitionTime: "2024-02-14T21:18:57Z" message:...
Public repos pass certificate verification using the system's trusted root certificates. Private repos may require a Certificate Authority that is not in the system's trusted root certificates. Although some users...
I have a repo where rpm files are kept at a separate location from the metadata: ```yaml repositories: - arch: x86_64 baseurl: https://REPO_URL/ name: qemu-kvm-x86_64 gpgcheck: 0 repo_gpgcheck: 0 ```...
When ssh(1) is invoked with a command it does not enable pty allocation. The `ssh -t` option forces pty allocation and is typically used together with commands that assume there...