Drew Wells
Drew Wells
Can you do named arguments with this? Also, is this only for running long running processes like servers or can this be used to run cli go commands? For example,...
I've been trying to use this to start/restart go-restful. I continue to get address is already bound errors when it restarts my app or I ctrl+d and restart guard-go myself....
Kind of an extreme thing to ask for, but there are some reasons for this. `go get github.com/numa08/git-lab` will generate a binary named git-lab automatically. Alternatively, it's common to put...
If you're doing a fresh install of spire, it attempts to install both a CRD and CR. This is not supported in our CICD workflow (or a good practice). Other...
Two spire-servers are federated in different k8s clusters ``` k --context box-3 exec -n spire-server -c spire-server spire-server-0 -- spire-server federation list box-4 Found 1 federation relationship Trust domain :...
Support high availability installation of spire-server to support node outages and upgrade with zero downtime. HA would support only external databases and multiple pods with anti affinity rules to spread...
See here, Release.Name is used to name the service https://github.com/spiffe/helm-charts/blob/main/charts/spire/charts/spire-server/templates/service.yaml#L4 However, service agent is suffixing -server, so it tries to connect to `{{ .Release.Name }}-server` which doesn't exist https://github.com/spiffe/helm-charts/blob/main/charts/spire/charts/spire-agent/templates/_helpers.tpl#L97
We noticed our ETCD storage usage doubled after doing a production release that included deploying reflector. Is there an architecture document for how this service watches for object changes and...
## Proposal **Use case. Why is this important?** We don't want to log our database passwords in our logs. Add a feature to remove passwords when logging out DSN. If...
I'm spinning up postgres containers for unit tests, so I don't care at all if they are corrupted on exit. I have been unable to find any way to kill...