bulolo commented on issue #17883:
URL: 
https://github.com/apache/dolphinscheduler/issues/17883#issuecomment-3757786119

   maybe is helm problem
   
   
   I have analyzed the issue and the Helm templates. The problem is that 
DolphinScheduler components (like the Alert Server) register their pod names in 
the registry, which are not resolvable by other pods in Kubernetes.
   
   
   i think we should use service name or ip ,not pod name in k8s,
   
   
   or we can edit the yaml ,but i do not know which is the best
   
   deployment-dolphinscheduler-alert.yaml
   deployment-dolphinscheduler-api.yaml
   statefulset-dolphinscheduler-master.yaml
   statefulset-dolphinscheduler-worker.yaml
   ```
   env:
               - name: TZ
                 value: {{ .Values.timezone }}
               # add
               - name: IP
                 valueFrom:
                   fieldRef:
                     fieldPath: status.podIP
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to