Bob Lee
Bob Lee
We're running certificate-exporter on 4 environments. The memory usage on all other envs are below 50m. For some reason in our dev environment the memory spikes to about 500m when...
### TL;DR Cloud SQL now supports cascading replicas (https://cloud.google.com/sql/docs/postgres/replication/#cascading-replicas) for postgres and mysql. With the current module we can only create a replica at one level. ### Terraform Resources google_sql_database_instance...
Is the capabilities NET_BIND_SERVICE needed? To pass the pod security policy ``` kubectl label --dry-run=server --overwrite ns sops \ pod-security.kubernetes.io/enforce=restricted \ pod-security.kubernetes.io/enforce-version=latest ``` I would like to change the security...