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

Clientserver does not work with Kind #161

Open
Gregory-Pereira opened this issue Jan 26, 2024 · 1 comment
Open

Clientserver does not work with Kind #161

Gregory-Pereira opened this issue Jan 26, 2024 · 1 comment

Comments

@Gregory-Pereira
Copy link
Contributor

Gregory-Pereira commented Jan 26, 2024

After testing operator installs, it was found that the client-server image works on OCP but produces the following error with kind:

=> sourcing 40-ssl-certs.sh ...
---> Generating SSL key pair for httpd...
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.244.0.6. Set the 'ServerName' directive globally to suppress this message
[Fri Jan 26 17:33:43.743837 2024] [core:emerg] [pid 1:tid 1] (95)Operation not supported: AH00023: Couldn't create the ssl-cache mutex
AH00016: Configuration Failed

While this is not a blocker, we use kind in our automated operator installs so it would speed our development process if we resolve this.
/cc @lance

@lance
Copy link
Member

lance commented Jan 29, 2024

This can be reproduced by simply running the image locally

podman run quay.io/redhat-user-workloads/rhtas-tenant/access-1-0-gamma/client-server-1-0-gamma@sha256:5a74147cd6edd9ee6627a02653a101ac3e927148576ab35467bacb65fd35ce98
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
=> sourcing 10-set-mpm.sh ...
=> sourcing 20-copy-config.sh ...
=> sourcing 40-ssl-certs.sh ...
---> Generating SSL key pair for httpd...
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message
[Mon Jan 29 19:58:53.406041 2024] [core:emerg] [pid 1:tid 1] (95)Operation not supported: AH00023: Couldn't create the ssl-cache mutex
AH00016: Configuration Failed

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

2 participants