temporalio / helm-charts

Temporal Helm charts
MIT License
299 stars 329 forks source link

[Bug] Temporal services are not starting when deployed in istio enabled namespace #353

Open jeenadeepak opened 1 year ago

jeenadeepak commented 1 year ago

What are you really trying to do?

I am running temporal with ISTIO enabled namespace as we are using istio mesh.

Describe the bug

Temporal run schema setup job before deploying temporal cluster, and expect that these startup job should be successful executed, but in istio enabled namespace istio run as sidecar due to which these job not terminate successfully and deployment get stuck in between.

Minimal Reproduction

Install istio and enable istio-injection="enabled" for temporal namespace.

Environment/Versions

mindaugasrukas commented 1 year ago

Related to #373