Rui Lopes

Results 190 issues of Rui Lopes

I would like to include the rqlite version in my application logs, but I didn't find a wrapper for the [rqlite status API](https://rqlite.io/docs/guides/monitoring-rqlite/#status-api). Can that be added, or should we...

What do we have to do to be able to set `securityContext.readOnlyRootFilesystem=true`? This is my current `securityContext`, which I would like to not use the parts marked with `TODO`: ```yaml...

### Is your feature request related to a problem? While trying to bootstrap a talos linux cluster by placing argocd in a talos cluster inlineManifest and at the same time...

enhancement
argo-cd

#### Overview of the Issue While trying to upgrade the plugin from 1.1.8 to 1.2.1 the build started to fail with: ``` tag may only include the following characters: abcdefghijklmnopqrstuvwxyz0123456789_...

bug

trying to create a new pool for a given repo we currently have to use the repo id, which is somewhat cumbersome, because there is no apparent way to get...

after adding a repo with: ```bash ./garm-cli repo add \ --credentials rgl \ --owner rgl \ --name terraform-azure-garm-example-repository \ --install-webhook \ --random-webhook-secret ``` the garm logs started to show these...

Currently we can only connect to unix domain sockets, but its also useful to connect to TCP sockets. To distinguish between the two, we should support something URLs, something like...

### Vagrant version 2.2.7 ### Vagrantfile This creates a file in the before up trigger, so the file will only be available after the trigger runs. ```ruby Vagrant.configure(2) do |config|...

thinking
provisioner/file

#### Overview of the Issue While trying to use `vsphere-clone`, it always waits for the `ip_wait_timeout = "3m"` amount, then shows this warning: ``` [WARN] API timeout waiting for IP...

bug
builder/vsphere-clone