Issues
- Enable users to change cluster label for pmm-adminK8SPXC-1615natalia.marukovich
- Add PXC 8.4 support for version serviceK8SPXC-1513Eleonora Zinchenko
- For PXC >= 8.4 Inslall binlog_utils_udf functions via INSTALL COMPONENTK8SPXC-1512Eleonora Zinchenko
- Use keyring vault component for PXC 8.4.0 insted of keyring vault pluginK8SPXC-1511ege.gunes
- Operator generate ssl secrets as soon as it was updates to v1.15.0K8SPXC-1454Resolved issue: K8SPXC-1454Julio Pasinatto
- Cluster Endpoint Change when UprgadingK8SPXC-1422Resolved issue: K8SPXC-1422Pavel Tankov
- PXC operator pod segfaults when restoring a backup without backup source populated in cr.yamlK8SPXC-1413Resolved issue: K8SPXC-1413inel.pandzic
- Add support for MySQL 8.4K8SPXC-1410Resolved issue: K8SPXC-1410dmitriy.kostiuk
- Scheduled PXC backup job pod fails to complete the process successfully in randomly/sporadically fashion.K8SPXC-1398Resolved issue: K8SPXC-1398ege.gunes
- [Investigate] Restore from backup without Secret resourceK8SPXC-1376ege.gunes
- SmartUpdate potentially leads to irrecoverable PXC clusterK8SPXC-1155Resolved issue: K8SPXC-1155Julio Pasinatto
- Handle out of disk space situationsK8SPXC-663
- Create and sync application mysql users during deploymentK8SPXC-377Resolved issue: K8SPXC-377dmitriy.kostiuk
- PBM fails when the backup user's password contains special character - psmdb operatorK8SPSMDB-1172Resolved issue: K8SPSMDB-1172Pavel Tankov
- Use multi architecture images by defaultK8SPSMDB-1152Resolved issue: K8SPSMDB-1152dmitriy.kostiuk
- User management improvementsK8SPSMDB-1146Resolved issue: K8SPSMDB-1146dmitriy.kostiuk
- User management: Creating and managing user rolesK8SPSMDB-1124Resolved issue: K8SPSMDB-1124dmitriy.kostiuk
- Provide a way to cleanup PITR log files when deleting clusterK8SPSMDB-1113Resolved issue: K8SPSMDB-1113dmitriy.kostiuk
- Improve physical restore logsK8SPSMDB-1096Resolved issue: K8SPSMDB-1096Pavel Tankov
- Add support for partial restoresK8SPSMDB-894Resolved issue: K8SPSMDB-894dmitriy.kostiuk
- Add support for PMM v3K8SPS-393Julio Pasinatto
- Add support for OpenShiftK8SPS-110natalia.marukovich
- Enable users to change cluster label for pmm-adminK8SPG-750Julio Pasinatto
- Add support for PMM v3K8SPG-719Julio Pasinatto
- Cluster label is missing for Postgresql databasesK8SPG-717Resolved issue: K8SPG-717natalia.marukovich
- Add sleep-forever / Patroni pause.K8SPG-708George Kechagias
- Allow users to pass custom PMM client parameters from CRK8SPG-654Eleonora Zinchenko
- Use ubi9 for all PG imagesK8SPG-652Resolved issue: K8SPG-652Julio Pasinatto
- Secondary pod sporadically fails to get ready after restoreK8SPG-647ege.gunes
- Restore fails with "waiting for another restore to finish" if manually delete the pg-restore objectK8SPG-637Resolved issue: K8SPG-637Julio Pasinatto
- Need a feature for controlling the restore_commandK8SPG-628Resolved issue: K8SPG-628dmitriy.kostiuk
- Merge upstream changes for 2.5.0K8SPG-620Resolved issue: K8SPG-620ege.gunes
- Need a fature to retry backup in the backup pod for a specified number of times before abandoing the pod.K8SPG-619Resolved issue: K8SPG-619dmitriy.kostiuk
- Add global delete-backup finalizer that removes all the backups on cluster deletionK8SPG-586Resolved issue: K8SPG-586dmitriy.kostiuk
- Add support for Azure Blob Storage for backupsK8SPG-157Resolved issue: K8SPG-157dmitriy.kostiuk
35 of 35
Enable users to change cluster label for pmm-admin
General
Escalation
General
Escalation
Description
Environment
None
clones
Created 2 days ago
Updated 2 days ago
PMM is grouping the database servers by using the
cluster
label. Databases servers which have the samecluster
label they belong to one cluster. (from PMM point of view)At the moment the operator set the cluster label for the name of the cluster:
If the customer deploys MongoDB clusters in different name spaces or different DCs they can use different names but buy using multi region deployments these clusters are connected. But PMM will not connect those clusters together if the
cluster
label is different.Users should be allowed to set the
cluster
flag if necessary.Also if a user is using different namespaces and deploys mongodb cluster with the same name, and if they will connect to the same PMM server, PMM server will think they belong to the same cluster because the cluster label is the same, but because two clusters have the same name in different namespaces it does not mean they belong together.