Pat Riehecky
Pat Riehecky
It could be handy to add in facts from `/etc/machine-info` about a system to help expose these fields if defined. They should probably be under some sort of structured fact....
**What would you like to be added**: Kubernetes 1.33+ offers user namespaces which further isolates users from the system and other pods on the same host. **Why is this needed**:...
In theory this cleans up any warnings about older `gosu` binaries, uses native packaging, and remains backward compatible with the existing run scripts. Fixes: https://github.com/docker-library/postgres/issues/1304
Please ensure your pull request adheres to the following guidelines: - [x] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request) - [x] All code is covered by unit and/or...
I'd like to give my automation the ability to login and upload new templates as I commit them. Having a builtin role that permits managing templates would simplify the permissions...
**Is your feature request related to a problem? Please describe.** Kubernetes 1.33+ offers user namespaces which further isolates users from the system and other pods on the same host. **Describe...
This PR adds a place to set hostUsers for the CNPG operator. It also includes a note that `hostNetwork:true` nearly always expects `hostUsers: true`. Closes #761
This adds an optional network policy based on https://github.com/cloudnative-pg/cloudnative-pg/blob/main/docs/src/samples/networkpolicy-example.yaml
Along with the existing alerts in the `cluster` helm chart, an alert if `cnpg_collector_first_recoverability_point` exceeds `1 day` (warning) and if it exceeds `5 days` (critical) would help folks figure out...
This permits putting a PDB around the operator deployment.