thoro
thoro
Thanks for this code, it allowed me to delete sessions which were stuck on iscsid! see https://github.com/open-iscsi/open-iscsi/issues/228
Hello, today our hook scripts suddenly stopped working. I traced it back to the "hook-scripts" folder being empty and needing to recreate it - I do not know how this...
Please, answer some short questions which should help us to understand your problem / question better? - **Which image of the operator are you using?** ghcr.io/zalando/postgres-operator:v1.11.0 - **Where do you...
Hello, I do not want mdadm to auto assemble arrays for me, how can I add: ``` AUTO -all ``` to the mdadm.conf file?
Add configuration (patch) so that mdadm reads the config file from /usr/local/etc/mdadm.conf instead of /etc/mdadm.conf
Running make gen_apis fails with unable to find image goharbor/spectral and goharbor/swagger. How does the build process work?
# Comprehensive Summary of your change Add the option to define the platform inside the Makefile, it defaults to linux and the corresponding arch where the Makefile is executed. For...
**Is your feature request related to a problem? Please describe.** Currently it's not possibly to easily migrate between OIDC Providers. The existing user will not be found, because it checks...
## Describe the issue Kubelogin does not listen on IPv6, therefore it's sometimes impossible to authenticate, if localhost is resolved to ipv6 and a preferred way to connect. ## To...
Hi, I have a configuration that sets the following variables: ``` conninfo = host=backup-db port=5432 user=postgres primary_conninfo= host=live-db port=5432 user=postgres streaming_conninfo = host=live-db port=5432 user=postgres wal_streaming_conninfo = host=live-db port=5432 user=postgres...