CPunia
CPunia
**What steps did you take and what happened:** while updating the trivy-operator to v0.21.0 from v0.20.6 Our trivy-operator is restarting every 2 - 3minutes. It exits with the following error...
### Describe the bug keycloak version: 24.0.2 We did a Trivy scan on our cluster. It reported HIGH vulnerability fixes for below roles. - keycloak-operator-role  in the keycloak-operator-role `network`...
**Which component are you using?**: vertical-pod-autoscaler **What version of the component are you using?**: Component version: Vertical-pod-autoscaler : v9.8.2 getting lot of logging for VPA recommender pod with ``` error...
Kubeconform report says: additionalProperties 'enable_owner_references' not allowed. due to missing property in datreeio/CRDs-catalog acid.zalan.do/operatorconfiguration_v1.json error ``` Check helm template and kubeconform stdin - OperatorConfiguration release-name-postgres-operator is invalid: problem validating schema....
Please include ` enable_owner_references` under `/configuration/kubernetes` in operatorconfiguration_v1.json ``` "enable_owner_references": { "type": "boolean", "default": false }, ``` as we are getting errors from `Kubeconform` for postgresOperator. ``` stdin - OperatorConfiguration...
While updating from v0.18.0 --> v0.19.1 I don't see the Reconciling opstree redis controller logs. on v0.18.0 we use to get logs like below ``` "logger":"controllers.Redis","msg":"Reconciling opstree redis controller","Request.Namespace":"xyz","Requ │...
I would like to enable this flag `WALG_VERIFY_PAGE_CHECKSUMS` in the postgresql CR. to verify the backups. ref https://wal-g.readthedocs.io/PostgreSQL/#page-checksums-verification for example: ``` apiVersion: acid.zalan.do/v1 kind: postgresql metadata: name: xyz namespace: xyz...