Replies: 2 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Karavan works the way I described it. By default karavan-installer installs infinispan with default username and password using the following YAML https://github.com/apache/camel-karavan/blob/e5f5989a227c9f0630d46fba3ef3b83b25844db0/karavan-web/karavan-installer/src/main/resources/infinispan.yaml#L18C13-L18C13 If you want to set custom username and password use infinispan parameters described here https://github.com/apache/camel-karavan/blob/main/docs/WEB_KUBERNETES.md#install-parameters |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing the error after trying to install Karavan on my company's k8s cluster
It seems someone has talked about how to fix the issue (
#923), but I still don't get it how to do it?
I've added these params...
--install-infinispan
--infinispan-image quay.io/infinispan/server:14.0.21.Final
--infinispan-username user
--infinispan-password pass
However, I still saw
Warning Failed 5s (x3 over 17s) kubelet Error: secret "infinispan-secret" not found.
What exactly is this infinispan used for in Karavan? Is it really required?
Pls shed some lights on this
Beta Was this translation helpful? Give feedback.
All reactions