Kamenev Nikolay
Kamenev Nikolay
I have encountered the same issue. The error occurs only on M1 mac, everything is successful on gitlab runner
I really need an app for Apple TV
I really need an app for Apple TV
I fixed this using a custom docker image ``` FROM registry.opensource.zalan.do/acid/pgbouncer:master-32 RUN sed -i '/#/!s/\(server_tls_sslmode[[:space:]]*=[[:space:]]*\)\(.*\)/\1prefer/' /etc/pgbouncer/pgbouncer.ini.tmpl RUN sed -i '/#/!s/\(client_tls_sslmode[[:space:]]*=[[:space:]]*\)\(.*\)/\1prefer/' /etc/pgbouncer/pgbouncer.ini.tmpl ``` values.yaml ``` configConnectionPooler: connection_pooler_image: registry.local/pgbouncer:master-32.2 ```
> Hi @Wolfeg @guidodobboletta , I believe the problem is the resources name, there are four vmrules with name `xx_k8s.rules.containermemoryxx` and their names could be truncated to 63 because of...
I think the same Last version with old UI - https://api.k8slens.dev/binaries/Lens-2024.8.291605-latest-arm64.dmg
Any updates?
I couldn't find an example with PostgreSQL either