-
Notifications
You must be signed in to change notification settings - Fork 54
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
Native image deployment failed #1871
Comments
@wilvdb Unfortunately TLS is not supported in the native image currently infinispan/infinispan-quarkus#119. If you require TLS then you will need to use the JVM based images, otherwise you can disable encryption by setting: https://infinispan.org/docs/infinispan-operator/main/operator.html#disabling-encryption_tls I see in your CR you're using |
@ryanemerson I disabled TLS as you described, but now, it looks like Infinispan crash beacause JNDI is disabled:
I tried to add the missing property but it looks like it's build time property:
|
@wilvdb Sorry I forgot about that issue infinispan/infinispan-quarkus#116, otherwise I would have mentioned it before. The native image is very much a POC in it's current state and isn't really suitable for production. I would recommend using the JVM based image. |
I'm trying to deploy Infinispan CR by using native image:
But I get an SSL related error at startup:
Is there something specific to do to use this image ?
The text was updated successfully, but these errors were encountered: