Skip to content

K8SPSMDB-1445 switch base image to RHEL 10 for PSMDB K8s Operator#2036

Merged
hors merged 8 commits intomainfrom
K8SPSMDB-1445
Jan 19, 2026
Merged

K8SPSMDB-1445 switch base image to RHEL 10 for PSMDB K8s Operator#2036
hors merged 8 commits intomainfrom
K8SPSMDB-1445

Conversation

@hors
Copy link
Collaborator

@hors hors commented Sep 2, 2025

K8SPSMDB-1445 Powered by Pull Request Badge

CHANGE DESCRIPTION

Solution:

  • switch base image to RHEL 10 for PSMDB K8s Operator
  • add possibility of setting base image via build argument BASE_IMAGE=ubi9

CHECKLIST

Jira

  • Is the Jira ticket created and referenced properly?
  • Does the Jira ticket have the proper statuses for documentation (Needs Doc) and QA (Needs QA)?
  • Does the Jira ticket link to the proper milestone (Fix Version field)?

Tests

  • Is an E2E test/test case added for the new feature/change?
  • Are unit tests added where appropriate?
  • Are OpenShift compare files changed for E2E tests (compare/*-oc.yml)?

Config/Logging/Testability

  • Are all needed new/changed options added to default YAML files?
  • Are all needed new/changed options added to the Helm Chart?
  • Did we add proper logging messages for operator actions?
  • Did we ensure compatibility with the previous version or cluster upgrade process?
  • Does the change support oldest and newest supported MongoDB version?
  • Does the change support oldest and newest supported Kubernetes version?

@pull-request-size pull-request-size bot added the size/XS 0-9 lines label Sep 2, 2025
@github-actions github-actions bot added the build label Sep 2, 2025
@hors hors marked this pull request as ready for review January 12, 2026 13:39
build/Dockerfile Outdated
&& cp -v "$0" /licenses/$(echo "$0" | sed -E "s/\/(license|notice).*$//gi")' {} \;

FROM registry.access.redhat.com/ubi9/ubi-minimal AS ubi9
FROM registry.access.redhat.com/ubi10/ubi-minimal AS ubi10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new ubi10 version does not support Apple M3, which means that to build the operator locally on such a machine one would need to change this line back locally. There was this idea of making the FROM configurable to simplify the local development, so the question is - should we implement this in this or in a separate PR?

Another Q is - what's the impact? I mean, if for local development one uses ubi9 while the CI and the release are using ubi10 by default, could that cause any problems?

Copy link
Contributor

@egegunes egegunes Jan 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this is only the operator image, probability of this causing problems is low but of course we need be able to work on same image.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the same time, all tests will be run on the image with UBI10. And we can't say, sorry, we can't update the image because our laptops do not support it :)

Copy link
Contributor

@egegunes egegunes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hors please add description

@JNKPercona
Copy link
Collaborator

Test Name Result Time
arbiter passed 00:00:00
balancer passed 00:00:00
cross-site-sharded passed 00:00:00
custom-replset-name passed 00:00:00
custom-tls passed 00:00:00
custom-users-roles passed 00:10:22
custom-users-roles-sharded passed 00:00:00
data-at-rest-encryption passed 00:13:08
data-sharded passed 00:00:00
demand-backup passed 00:00:00
demand-backup-eks-credentials-irsa passed 00:00:00
demand-backup-fs passed 00:00:00
demand-backup-if-unhealthy passed 00:00:00
demand-backup-incremental passed 00:00:00
demand-backup-incremental-sharded passed 00:00:00
demand-backup-physical-parallel passed 00:00:00
demand-backup-physical-aws passed 00:00:00
demand-backup-physical-azure passed 00:00:00
demand-backup-physical-gcp-s3 passed 00:00:00
demand-backup-physical-gcp-native passed 00:00:00
demand-backup-physical-minio passed 00:00:00
demand-backup-physical-minio-native passed 00:00:00
demand-backup-physical-sharded-parallel passed 00:00:00
demand-backup-physical-sharded-aws passed 00:00:00
demand-backup-physical-sharded-azure passed 00:00:00
demand-backup-physical-sharded-gcp-native passed 00:00:00
demand-backup-physical-sharded-minio passed 00:00:00
demand-backup-physical-sharded-minio-native passed 00:00:00
demand-backup-sharded passed 00:00:00
disabled-auth passed 00:00:00
expose-sharded passed 00:33:46
finalizer passed 00:00:00
ignore-labels-annotations passed 00:00:00
init-deploy passed 00:00:00
ldap passed 00:00:00
ldap-tls passed 00:00:00
limits passed 00:00:00
liveness passed 00:00:00
mongod-major-upgrade passed 00:00:00
mongod-major-upgrade-sharded passed 00:00:00
monitoring-2-0 passed 00:25:19
monitoring-pmm3 passed 00:00:00
multi-cluster-service passed 00:00:00
multi-storage passed 00:00:00
non-voting-and-hidden passed 00:00:00
one-pod passed 00:07:56
operator-self-healing-chaos passed 00:00:00
pitr passed 00:00:00
pitr-physical passed 00:00:00
pitr-sharded passed 00:00:00
pitr-to-new-cluster passed 00:00:00
pitr-physical-backup-source passed 00:00:00
preinit-updates passed 00:00:00
pvc-resize passed 00:13:15
recover-no-primary passed 00:00:00
replset-overrides passed 00:00:00
replset-remapping passed 00:00:00
replset-remapping-sharded passed 00:00:00
rs-shard-migration passed 00:00:00
scaling passed 00:00:00
scheduled-backup passed 00:00:00
security-context passed 00:00:00
self-healing-chaos passed 00:00:00
service-per-pod passed 00:00:00
serviceless-external-nodes passed 00:00:00
smart-update passed 00:00:00
split-horizon passed 00:00:00
stable-resource-version passed 00:00:00
storage passed 00:00:00
tls-issue-cert-manager passed 00:00:00
unsafe-psa passed 00:00:00
upgrade passed 00:00:00
upgrade-consistency passed 00:00:00
upgrade-consistency-sharded-tls passed 00:56:41
upgrade-sharded passed 00:00:00
upgrade-partial-backup passed 00:00:00
users passed 00:18:18
users-vault passed 00:00:00
version-service passed 00:26:02
Summary Value
Tests Run 79/79
Job Duration 01:29:49
Total Test Time 03:24:52

commit: 5b95e3f
image: perconalab/percona-server-mongodb-operator:PR-2036-5b95e3f6

@hors hors merged commit 53902bf into main Jan 19, 2026
12 checks passed
@hors hors deleted the K8SPSMDB-1445 branch January 19, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants