Brian Kruger
Brian Kruger
This looks good. I'm going to request that you can go single leader and multiple replicas so you can have just HA and not the additional sharding that comes with...
Any word on this one?
Other gotchas you may run into: (from external-dns that I had run into in the past) ``` securityContext: fsGroup: 65534 # For ExternalDNS to be able to read Kubernetes and...
Looking at this more, granted, just installed the operator and sorry if I didn't RTFM and missed it when searching. The service account created (postgres-pod) - looking at the complete-postgres-manifeset...
Going to follow up on this. This could be partially mitigated if we can expand vars in part of the annotation creation for pod_service_account_definition. ``` pod_service_account_definition: '{"apiVersion":"v1","kind":"ServiceAccount","metadata":{"annotations":{"eks.amazonaws.com/role-arn":"arn:aws:iam::AWS_ACCT:role/postgres-{cluster}-role"}}}' ``` Unfortunately, {cluster}...