Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Push/pull phase did not run #76

Open
jwojnarowicz opened this issue Apr 12, 2024 · 1 comment
Open

[bug] Push/pull phase did not run #76

jwojnarowicz opened this issue Apr 12, 2024 · 1 comment

Comments

@jwojnarowicz
Copy link

jwojnarowicz commented Apr 12, 2024

Hi all! 😄

Introduction

I am running open-source Quay 3.10.4 on Kubernetes 1.28.6 on-prem, deployed using my own k8s manifests. The registry is working fine so the problem is not related to the deployment.

Quay load image: quay.io/vchalla/quay-load:latest

As of running these scripts, I know you assume deployment on OpenShift, but the job itself does not contain any OpenShift related CRDs so I assumed it would work on bare k8s too.

I have set up the prerequisites including Elasticsearch and run the manifest with filled envs. Few of them that might be related below:

          - name: ES_INDEX
            value: "testing_1"
          - name: PUSH_PULL_IMAGE
            value: "alpine:edge"
          - name: PUSH_PULL_ES_INDEX
            value: "testing_pushpull_1"
          - name: PUSH_PULL_NUMBERS
            value: "10"
          - name: TARGET_HIT_SIZE
            value: "100"
          - name: CONCURRENCY
            value: "10"
          - name: TEST_NAMESPACE
            value: "quay"
          - name: TEST_PHASES
            value: "LOAD,RUN,DELETE"

I assumed the PUSH_PULL_IMAGE is the image that would be pushed and pulled from registry while testing.

The problem

After running these tests, the logs, including both Elasticsearch results, pod logs and Quay organization logs did not state anything about pushing or pulling images. The image of operations on organization is presented below:

image

There are also no logs pushed to the PUSH_PULL_ES_INDEX, just results in testing_1.
The phases that have run are all related to: teams, members, permissions, empty repositories.
Mentioned phases and job completed with no errors.

Expected behavior

  • Phase of pushing and pulling images running, providing relative metrics, stored in ES
  • Any logs in Quay stating that there were some pushes and pulls to/from repos

Thanks in advance for your feedback and I am open to cooperation.

@Teddyhoang
Copy link

I am having the same issue, it shows that they cannot create a job in test_namespace.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants