Issues
- Allow setting loadBalancerClassK8SPG-752
- Secrets are recreated on deletion with delete-pvc finalizerK8SPG-751
- Enable users to change cluster label for pmm-adminK8SPG-750natalia.marukovich
- kubectl delete pg cluster does not appear to delete everythingK8SPG-749
- PerconaPGCluster status improvementsK8SPG-748
- Fix PVC resizing status handling in PostgresCluster controllerK8SPG-747
- Migrate to aws-sdk-go-v2 from aws-sdk-goK8SPG-746
- Support Sidecar containers which will be GA from K8s 1.33K8SPG-745
- Document how to build operator for contributorsK8SPG-744dmitriy.kostiuk
- Disable client-side throttling in go-clientK8SPG-743Slava Sarzhan
- "ERROR failed to cleanup outdated backups" during pillar minor upgradeK8SPG-740
- Inconsistent update of PostgresCluster & PG generationK8SPG-739
- Add startup log to print commit hash, branch and build timeK8SPG-738ege.gunes
- datadir stats are not accessible by node_exporter in PostgreSQL podsK8SPG-737Andrii Dema
- [DOCU] - Missing docummentationK8SPG-736Anastasia Alexandrova
- Release 2.5.1K8SPG-735Resolved issue: K8SPG-735Eleonora Zinchenko
- Update Jenkinsfile to use 1.29 cluster versionK8SPG-734Resolved issue: K8SPG-734
- [Docu] - Missing documentation on certified image for different versions of operatorK8SPG-733Resolved issue: K8SPG-733Eleonora Zinchenko
- pgbackrest debug logs is hard to readK8SPG-732George Kechagias
- Zero downtime major upgrades for PostgreSQLK8SPG-731
- Add status.observedGeneration Field to Percona PG ClusterK8SPG-730
- Add Label for CRDK8SPG-729Andrii Dema
- Configure s3 to support minioK8SPG-728
- Can't connect to a DB created from template0K8SPG-727
- Add securityContext for all sidecarsK8SPG-726natalia.marukovich
- Add Support for Configuring repo-host Resources in Percona Postgres Custom ResourceK8SPG-725natalia.marukovich
- Updating versions of custom extensions doesn't workK8SPG-724
- Output warning about CRDs after helm upgradeK8SPG-723Julio Pasinatto
- [investigation] Deployment bug affecting the reinitialization behavior.K8SPG-722ege.gunes
- Remove PG 12 from Jenkins jobsK8SPG-721Resolved issue: K8SPG-721Julio Pasinatto
- Add support for PMM v3K8SPG-719Julio Pasinatto
- PG replicas go to 1 when patching cluster to have 2 -> 3 -> 2 -> 3 replicas in the loopK8SPG-716George Kechagias
- Add pgvector to custom-extensions e2e testsK8SPG-715Eleonora Zinchenko
- Malformed version panic in upgrade to 2.6.0K8SPG-714Resolved issue: K8SPG-714Julio Pasinatto
- "error": "postgresclusters.postgres-operator.crunchydata.com \"cluster1\" not found" when deleting clusterK8SPG-713Resolved issue: K8SPG-713Eleonora Zinchenko
- Ability to control every parameter supported by Patroni configuration.K8SPG-712ege.gunes
- Export Patroni metricsK8SPG-718George Kechagias
- Add README.md how to build product images for PG operatorK8SPG-711Resolved issue: K8SPG-711Slava Sarzhan
- Allow disabling backupsK8SPG-710ege.gunes
- Set default value for `repo1-retention-full`K8SPG-709
- Cluster label is missing for Postgresql databasesK8SPG-717Resolved issue: K8SPG-717natalia.marukovich
- Add sleep-forever / Patroni pause.K8SPG-708George Kechagias
- Make patroni create_replica_methods configurable through cr.yamlK8SPG-707Resolved issue: K8SPG-707ege.gunes
- Add pg_repack to PostgreSQL imagesK8SPG-706Resolved issue: K8SPG-706
- Add `perconapgupgrades` to the list of created CRDs to docsK8SPG-705
- Configuring replica_create_methodsK8SPG-704ege.gunes
- Reconcilier fails with "job.batch not found" when using ttlSecondsAfterFinishedK8SPG-703Andrii Dema
- Fix pod exec failing intermittently with retry logicK8SPG-702Resolved issue: K8SPG-702Julio Pasinatto
- Make spec.extensions.image optionalK8SPG-701Resolved issue: K8SPG-701Eleonora Zinchenko
- Backup fails with "Can't start backup. Previous backup is still in progress" if manually delete the pg-backup objectK8SPG-700Resolved issue: K8SPG-700Julio Pasinatto
50 of 635
Allow setting loadBalancerClass
General
Escalation
General
Escalation
Description
Environment
None
AFFECTED CS IDs
CS0054041
Details
Assignee
UnassignedUnassignedReporter
Slava SarzhanSlava SarzhanNeeds QA
YesFix versions
Priority
Medium
Details
Details
Assignee
Unassigned
UnassignedReporter
Slava Sarzhan
Slava SarzhanNeeds QA
Yes
Fix versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created 2 hours ago
Updated 2 hours ago
Activity
Show:
When using service type as LoadBalancer, the Operator should allow the use of a load balancer implementation other than the cloud provider default.
The loadBalancerClass option should be set inside the cr.yaml file.
This feature should be available to all Operators.
Thanks!