Drainer job vs. Istio sidecar #432
-
Dear Artemis Operator team I've setup the ActiveMQ Artemis cluster within a k8s cluster incl. istio as a service mesh. So far everything worked fine. The only problem I'm facing now is during the drainer job is executed. After the messages have been migrated the drainer job completes but the istio sidecar is not stopped and therefor the whole jobs remain in state NotReady. Is it possible to add a custom command to the drainer.sh? Something like "curl -X POST http://localhost:15020/quitquitquit" to stop the istio sidecar? If I'm doing it manually everything works fine. Many thx for your support. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There is no way to add a custom command to the drainer.sh in the ActiveMQArtemis CRD, you could build your own custom broker container image:
|
Beta Was this translation helpful? Give feedback.
There is no way to add a custom command to the drainer.sh in the ActiveMQArtemis CRD, you could build your own custom broker container image: