Rui Lopes
Rui Lopes
##### SUMMARY Currently its quite awkward to update the helm repo cache. The [documented way](https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_module.html#examples) seems rather complex: ```yaml - name: Separately update the repository cache kubernetes.core.helm: name: dummy namespace:...
Is it feasible to add support for [iAMT](https://en.wikipedia.org/wiki/Intel_Active_Management_Technology) (used to manage kiosk like devices)? Or is that out-of-scope? There is at least the the [MeshCentral application/library](https://github.com/Ylianst/MeshCentral) (written in node.js) that...
In Windows 2016 and 2019, after installing virtio-win-guest-tools.exe from [virtio-win-0.1.208.iso](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.208-1/virtio-win-0.1.208.iso) the network stops working. This happens while I'm building the image with packer from the Windows iso. Windows autounattended correctly...
Can you please tag the releases in this github repo? That would make it easier to figure out what version of this repo corresponds to https://fedorapeople.org/groups/virt/virtio-win/CHANGELOG and to the iso...
is there a plan to have a provisioner for vagrant? it would be really nice to have this, mainly to take care of all the windows reboots shenanigans. it should...
### What You Are Seeing? While trying to deprecate a package like described at https://docs.chocolatey.org/en-us/community-repository/maintainers/deprecate-a-chocolatey-package#the-solution I found that we cannot package an "empty" package. `choco pack` refuses to create the...
**What steps did you take and what happened** I'm trying this project with k0s `v1.23.6+k0s.2`, but it fails to mount various containerd directories: ```bash root@awx:~# kubectl-buildkit create \ > --progress=plain...
Can you please document how to do a silent install? Also, how to install at the machine level (e.g. `C:\Program Files\httptoolkit`) instead of at the current user level (e.g. `C:\Users\vagrant\AppData\Local\Programs\httptoolkit`)?...
it would be pretty convenient to be able to install the binaries with `dotnet tool install sbom-tool` and run it as `dotnet tool run sbom-tool`. this would let us declare...
https://github.com/miekg/pkcs11/pull/100 introduced the FindPublicKey/FindPrivateKey/FindSecretKey convenience methods but didn't add them to the p11.Session interface, which makes them impossible to actually use. Can they be added to the interface?