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

[x86]: Operator deployment seems broken as of now #26

Open
ShivangGoswami opened this issue May 31, 2024 · 1 comment
Open

[x86]: Operator deployment seems broken as of now #26

ShivangGoswami opened this issue May 31, 2024 · 1 comment

Comments

@ShivangGoswami
Copy link

ShivangGoswami commented May 31, 2024

Motivation:

We are already using Hyperfoil-operator on IBM Z(s390x) architecture
Since we are utilise it to benchmark operators for OCP on Z. This are some custom test scenarios specifically related to Z infra.
We need to port Horreum for storing these results.
Since Horreum have a lot of dependency on components like Postgres,keycloak.This might take some time for complete migration on IBM Z but we wanted to maintain a running instance in a x86 based cluster for now

NOTE:
Horreum operator was build from master branch and all issues mentioned are in horreum-app deployment/pod.

Issues:

  1. There is a logic in code that expects the code to populate secret crd-name-app-certs(horreum-app-certs in my case) which is specific being done in code for vanilla k8s but logic is absent for open shift
  2. After code changes for issue 1 was done, the init container complained that it needs jq to parse some stuff
    I modified this file Dockerfile and added command to install jq in horreum base image
  3. After code changes for issues 2 was done, still the init container complains that it is unable to parse some values
@ShivangGoswami
Copy link
Author

One possible solution for Issue 1: #27

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

No branches or pull requests

1 participant