This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
@v1r3n Could you please help out with the Kubernetes setup that you use? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run Netflix conductor in Kubernetes based on the containers built with docker compose. Although it starts and the logs for both the UI and server seem devoid of errors, it doesn't actually work. All I see in the UI is the a spinning wheel that says "Loading Options" that never actually load.
I am presuming I need to set the right options in config.properties and ensure it loads, but thus far it seems to be a form of mysticism to actually know what to put in config.properties. This is what I have so far:
Where there is the simplest possible single node redis deployment and elastic 6.8.22 deployment running in the appropriate namespaces.
I'd love to be troubleshooting error messages but since it seems basically impossible to get debug messaging I have to ask here.
Beta Was this translation helpful? Give feedback.
All reactions