Andrea Dolfi

Results 5 issues of Andrea Dolfi

### Related problem When `generateNetworkPolicy: true`, the operator will create precise network policies listing allowed ports and restricting traffic incoming for certain ports. If the cluster is deployed in Istio...

enhancement
needs-triage

[![K8SPXC-1732](https://badgen.net/badge/JIRA/K8SPXC-1732/green)](https://jira.percona.com/browse/K8SPXC-1732) [](https://pullrequestbadge.com/?utm_medium=github&utm_source=percona&utm_campaign=badge_info) **Change ordering of operations in backup scripts to begin listening for SST earlier** --- **Problem:** [K8SPXC-1732](https://perconadev.atlassian.net/browse/K8SPXC-1732) When Istio in ambient mode is deployed in the cluster and Percona...

size/L
community

### Report When starting a backup of a MySQL cluster which is inside Istio service-mesh in Ambient mode, sometimes the backups fail (in different ways). This does not happen with...

bug
jira_task

I have a reconciler which is annotated with: ```java @Log @RateLimited(maxReconciliations = 1, within = 20) @GradualRetry @Workflow(dependents = { @Dependent(name = "associated-secret", type = SecretDependentResource.class) }) @ControllerConfiguration(name = "externalSecretReconciler")...

As the title anticipates, adds the support for using `flowProvider.postgres.passwordSecretName` and `passwordSecretKey` to inject the password instead of being forced to write it in plaintext in the values. This uses...