All work
- Automate Kubernetes Providers versions provisioning for Jenkins jobsK8SPSMDB-1199Resolved issue: K8SPSMDB-1199Pavel Tankov
- Operator fails with readOnlyRootFilesystem field setK8SPSMDB-1184Resolved issue: K8SPSMDB-1184Julio Pasinatto
- Rotation functionality does not work for schedule backupsK8SPSMDB-1180Resolved issue: K8SPSMDB-1180Eleonora Zinchenko
- MongoDB cluster broken after the unsafe.tls is set to trueK8SPSMDB-1175Resolved issue: K8SPSMDB-1175Pavel Tankov
- Cluster deletion is stuck if mongo replset fails to reconcileK8SPSMDB-1170Resolved issue: K8SPSMDB-1170Pavel Tankov
- PBM certificate error if there are two cluster with same name across namespacesK8SPSMDB-1168Resolved issue: K8SPSMDB-1168Pavel Tankov
- Document PBM 2.6.0 limitation if not fixed before PSMDBO releseK8SPSMDB-1167Resolved issue: K8SPSMDB-1167dmitriy.kostiuk
- Disable PVC resize by defaultK8SPSMDB-1160Resolved issue: K8SPSMDB-1160dmitriy.kostiuk
- Upgrade PBM go module to 2.6.0K8SPSMDB-1158Resolved issue: K8SPSMDB-1158Pavel Tankov
- Release 1.18.0K8SPSMDB-1153Resolved issue: K8SPSMDB-1153Pavel Tankov
- Use multi architecture images by defaultK8SPSMDB-1152Resolved issue: K8SPSMDB-1152dmitriy.kostiuk
- User management improvementsK8SPSMDB-1146Resolved issue: K8SPSMDB-1146dmitriy.kostiuk
- Multi-DC 3 node cluster deployment with ingress deploymentK8SPSMDB-1140Resolved issue: K8SPSMDB-1140dmitriy.kostiuk
- Split-horizon DNS should be configurable for external nodesK8SPSMDB-1135Resolved issue: K8SPSMDB-1135Pavel Tankov
- Keyfile authentication is not workingK8SPSMDB-1132Resolved issue: K8SPSMDB-1132dmitriy.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
- It's not possible to make physical backups for databases with files greater 320GBK8SPSMDB-1090Resolved issue: K8SPSMDB-1090dmitriy.kostiuk
- [Investigation] Add support for incremental backupsK8SPSMDB-1052Resolved issue: K8SPSMDB-1052Julio Pasinatto
- Operator changes writeConcernMajorityJournalDefault to "true" despite what user configuredK8SPSMDB-1047Resolved issue: K8SPSMDB-1047Eleonora Zinchenko
- Doc Task: Fix the upgrade instruction for Mongo OperatorK8SPSMDB-1009Resolved issue: K8SPSMDB-1009Julio Pasinatto
- Primary node preferer.K8SPSMDB-1002Resolved issue: K8SPSMDB-1002dmitriy.kostiuk
- Setup envtestK8SPSMDB-967Resolved issue: K8SPSMDB-967ege.gunes
- Add support for partial restoresK8SPSMDB-894Resolved issue: K8SPSMDB-894dmitriy.kostiuk
- Standardize cluster and components service exposureK8SPSMDB-739Resolved issue: K8SPSMDB-739dmitriy.kostiuk
26 of 26
Automate Kubernetes Providers versions provisioning for Jenkins jobs
Done
General
Escalation
General
Escalation
Description
Environment
None
relates to
Details
Details
Assignee
Pavel Tankov
Pavel Tankov(Deactivated)Reporter
Pavel Tankov
Pavel Tankov(Deactivated)Needs QA
Yes
Sprint
None
Fix versions
Priority
Created November 4, 2024 at 6:22 PM
Updated January 16, 2025 at 1:34 PM
Resolved November 14, 2024 at 9:44 AM
The idea of this tasks is taken from this other task. Currently, PSMDB Operator supports the following public Kubernetes providers:
GKE (Google Kubernetes Engine)
EKS (Amazon Elastic Kubernetes Service)
AKS (Azure Kubernetes Service)
OpenShift
Minikube
With each operator version we support a range of Kubernetes versions for each of the above providers, for example:
For the release, we run our tests against only the minimum and maximum supported Kubernetes platform version for each provider.
The idea is to have the min and max version numbers in a file and not specifying them manually when you run the Jenkins pipeline. Again, just like in K8SPSMDB-1136 you will be able to override it.
The Drawback is the same: it is possible to forget to update file and incorrect images will be used for test.