Skip to content

add k8s clusters#2484

Closed
hors wants to merge 2 commits into
mainfrom
add-cluster_16
Closed

add k8s clusters#2484
hors wants to merge 2 commits into
mainfrom
add-cluster_16

Conversation

@hors

@hors hors commented May 17, 2026

Copy link
Copy Markdown
Collaborator

CHANGE DESCRIPTION

Problem:
Short explanation of the problem.

Cause:
Short explanation of the root cause of the issue if applicable.

Solution:
Short explanation of the solution we are providing with this PR.

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 PXC version?
  • Does the change support oldest and newest supported Kubernetes version?

@pull-request-size pull-request-size Bot added the size/S 10-29 lines label May 17, 2026
Comment thread e2e-tests/init-deploy/run

set -o errexit


Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[shfmt] reported by reviewdog 🐶

Suggested change

@JNKPercona

Copy link
Copy Markdown
Collaborator
Test Name Result Time
auto-tuning-8-0 passed 00:24:13
allocator-8-0 passed 00:15:31
allocator-8-4 passed 00:15:15
backup-storage-tls-8-0 failure 00:28:57
cross-site-8-0 passed 00:45:21
cross-site-proxysql-8-0 failure 00:46:00
cross-site-proxysql-8-4 passed 00:49:42
custom-users-8-0 passed 00:17:39
demand-backup-cloud-8-0 passed 01:10:28
demand-backup-cloud-8-4 passed 01:08:56
demand-backup-cloud-pxb-8-0 failure 00:42:40
demand-backup-encrypted-with-tls-5-7 passed 01:07:15
demand-backup-encrypted-with-tls-8-0 passed 00:57:06
demand-backup-encrypted-with-tls-8-4 passed 00:58:57
demand-backup-encrypted-with-tls-pxb-5-7 passed 00:22:10
demand-backup-encrypted-with-tls-pxb-8-0 passed 00:22:34
demand-backup-encrypted-with-tls-pxb-8-4 passed 00:23:35
demand-backup-8-0 passed 00:52:49
demand-backup-flow-control-8-0 passed 00:13:15
demand-backup-flow-control-8-4 passed 00:15:10
demand-backup-parallel-8-0 passed 00:15:02
demand-backup-parallel-8-4 passed 00:14:00
demand-backup-without-passwords-8-0 passed 00:18:28
demand-backup-without-passwords-8-4 passed 00:23:30
extra-pvc-8-0 passed 00:33:02
haproxy-5-7 passed 00:20:46
haproxy-8-0 passed 00:22:41
haproxy-8-4 passed 00:19:53
init-deploy-5-7 passed 00:21:59
init-deploy-8-0 passed 00:24:43
limits-8-0 passed 00:18:15
monitoring-2-0-8-0 passed 00:28:52
monitoring-pmm3-8-0 passed 00:24:24
monitoring-pmm3-8-4 passed 00:20:36
one-pod-5-7 passed 00:16:39
one-pod-8-0 passed 00:19:54
pitr-8-0 failure 00:37:33
pitr-8-4 failure 00:59:55
pitr-pxb-8-0 failure 00:50:35
pitr-pxb-8-4 failure 00:38:42
pitr-gap-errors-8-0 passed 01:01:28
pitr-gap-errors-8-4 failure 00:29:17
proxy-protocol-8-0 passed 00:12:28
proxy-switch-8-0 passed 00:20:15
proxysql-sidecar-res-limits-8-0 passed 00:11:19
proxysql-scheduler-8-0 passed 00:30:36
pvc-resize-5-7 passed 00:28:31
pvc-resize-8-0 passed 00:22:07
recreate-8-0 passed 00:27:04
restore-to-encrypted-cluster-8-0 failure 01:30:07
restore-to-encrypted-cluster-8-4 passed 00:37:32
restore-to-encrypted-cluster-pxb-8-0 passed 00:20:26
restore-to-encrypted-cluster-pxb-8-4 passed 00:20:50
scaling-proxysql-8-0 passed 00:13:38
scaling-8-0 passed 00:16:08
scheduled-backup-5-7 passed 01:21:23
scheduled-backup-8-0 passed 01:19:48
scheduled-backup-8-4 passed 01:20:14
security-context-8-0 passed 00:32:12
smart-update1-8-0 passed 00:38:10
smart-update1-8-4 passed 00:40:51
smart-update2-8-0 passed 00:49:30
smart-update2-8-4 passed 00:50:32
smart-update3-8-0 passed 00:18:40
sst-retry-limit-8-0 passed 00:19:39
sst-retry-limit-8-4 failure 00:26:44
storage-8-0 passed 00:14:30
tls-issue-cert-manager-ref-8-0 passed 00:16:29
tls-issue-cert-manager-8-0 passed 00:20:52
tls-issue-self-8-0 passed 00:31:22
upgrade-consistency-8-0 passed 00:19:19
upgrade-consistency-8-4 passed 00:14:39
upgrade-haproxy-5-7 passed 00:35:53
upgrade-haproxy-8-0 passed 00:33:35
upgrade-proxysql-5-7 passed 00:20:22
upgrade-proxysql-8-0 passed 00:20:12
users-5-7 passed 00:36:02
users-8-0 passed 00:34:26
users-scheduler-8-4 failure 00:26:03
validation-hook-8-0 passed 00:06:42
Summary Value
Tests Run 80/80
Job Duration 04:13:19
Total Test Time 42:57:37

commit: 5706f5c
image: perconalab/percona-xtradb-cluster-operator:PR-2484-5706f5ca

@hors hors closed this Jun 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/S 10-29 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants