Install custom themes with Quarkus on k8s #11846
Replies: 6 comments 11 replies
-
|
Hi @hausanstreicha ! Thanks for reaching out! Here we actually removed the support for extensions because we consider that mechanism not well suited for production environments. By contrast, we encourage building custom Docker images, and here we properly documented the process. Do you have any compelling use case where building a custom docker image is not viable/convenient? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @andreaTP, thank you for your quick response and help! My main reason for using extensions was convenience and simplicity to be honest. I have another question regarding the migration and setting a relative path. Right now, I don't know, if this is a bug or missconfiguration on my side. I opened an issue here. Do you happen to have an idea? Thanks again for your help in advance! |
Beta Was this translation helpful? Give feedback.
-
I see, I hope that the benefits of using immutable images and improving dramatically startup time outweigh the convenience. Regarding the issue, I answered there already 🙂 👍 thanks for filing it! |
Beta Was this translation helpful? Give feedback.
-
|
I just saw the comment on the https://www.keycloak.org/operator/customizing-keycloak:
So what is the recommended way to be able to use an extension like the metrics extension and a custom theme like in the example here https://www.keycloak.org/server/containers "Building your optimized Keycloak docker image", while still being able to use the server settings options from the new Kubernetes Keycloak CRD (spec.serverConfiguration)? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, If I build a custom image, how do I get OLM installed operator to use it? |
Beta Was this translation helpful? Give feedback.
-
|
hi everyone, I'm using the vanilla kubernetes installation of keycloak-operator and I'm still confused about how to select a custom theme as default with the operator. I build the custom image, added to the keycloak CR, it deploys the right image, but not sure how do I select my theme to be loaded as default. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to switch from WildFly to Quarkus, but right now I don't know what's the best way to install custom themes, besides building your own docker image.
With WildFly you were able to set extensions in the custom resource (as shown here). I'm not able to find a similar solution for Quarkus.
Is there some documentation I missed to install custom themes with Quarkus on k8s?
Thanks for your help in advance!
Beta Was this translation helpful? Give feedback.
All reactions