Kalin Kostashki
Kalin Kostashki
Hi, I tried reproducing your error on k3s locally. Only thing different is that I didn't change the secrets configmap. Don't think that it should be an issue. Would you...
Hi, When this error happens is there any other information. For example the /status/health endpoint of ditto? Have any pods been restarting during these tries or maybe are in inconsistent...
Hi, there was a migration from java 11 to 17 in ditto from versions 2.3 to 2.4. Please check if you considered the migration notes: https://www.eclipse.org/ditto/release_notes_240.html#migration-notes Also are all pods...
Hi, sorry for the delayed response. After looking at the code where this is happening it seems very weird that a ClassCastException would come. Without a reproducer it would be...
Hi, just for completeness I did take a look at your NOTES.md file, but can't find anything significant :( Did you perhaps manage to preroduce/fix the issue?
Hi, you can just update the images in the values.yaml file using the following logic: ``` ditto: : image: repository: docker.io/eclipse/ tag: 3.6.0(or any version you like) ``` The above...
I see in your docker-compose.yml you have BIND_HOSTNAME=0.0.0.0 You can try to have the specific service name. For example: BIND_HOSTNAME=policies This way the pekko-dns discovery method may actually be used...