Rui Lopes

Results 190 issues of Rui Lopes

To configure a docker `log-driver` we need to install a docker plugin (e.g. [loki docker log driver plugin](https://grafana.com/docs/loki/latest/clients/docker-driver/configuration/)). Outside of linuxkit, this plugin is normally installed as, e.g.: ```bash docker...

now that linuxkit is using docker 20.10, can linuxkit be switched to cgroup v2? from what I understand, this [requires runc v1.0.0.rc93](https://github.com/opencontainers/runc/blob/master/docs/cgroup-v2.md) ([runc is now at v1.0.0.rc95](https://github.com/opencontainers/runc/releases)), which is already...

**Description** I want to configure the console keymap. **Steps to reproduce the issue:** I've create a `build.yml` with: ```yml # see https://github.com/linuxkit/linuxkit/blob/master/docs/packages.md image: vconsole config: binds: - /dev/console:/dev/console ``` I've...

I would like to test multiple screen applications, and for that I need to be able to define multiple video cards (e.g. two QXL video cards). Would a PR be...

enhancement

### Steps to reproduce 1. make sure your `/etc/exports` has no duplicate entries. 2. `vagrant up one` 3. `vagrant up two` 4. `cat /etc/exports` and realize there are duplicated entries...

## Expected Behaviour Expected that `tink hardware get` would get the `hostname` value from the same place as Boots. ## Current Behaviour While trying to understand why Boots was not...

kind/bug
help wanted
priority/important-soon

Can you please provide guidance on how to securely run a tinkbell installation? For example: * Should all machines have a dedicated NIC for DHCP? VLAN? * Should all machines...

kind/documentation
priority/backlog

Setting the `TALOS_VERSION` environment variable at configuration time as: ```bash TALOS_VERSION="v0.11.1" \ clusterctl config cluster ... ``` Despite being correctly set in taloscontrolplane: ```console root@pandora:~# kubectl get taloscontrolplane -o yaml...

documentation

##### SUMMARY I would like to be able to define the keyboard layout using a module. It should also be able to set the windows login screen keyboard layout (maybe...

##### SUMMARY The following code tests for the existence of the `Get-WinSystemLocale` cmdlet but does not actually use it. Instead it calls `Get-SystemLocaleName`. https://github.com/ansible-collections/community.windows/blob/b8ca2f666a80a4f341f6d8293fcf4108377aa08a/plugins/modules/win_region.ps1#L330-L332 Is this intended? If not, can...