You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many a times we are exposing some ports other than default TCP port on workers and since they are not available in service we can not use them. Eg. In our case we are exposing jmx metrics using custom image on 9483 and we haven't enabled default JMX. So 9483 port was coming to service and hence not to serviceMonitor as well. To used this additional port we need to make its available in the service.
By default Additional Exposed Ports are not added to worker service but they are added in Co-ordinator service
The text was updated successfully, but these errors were encountered: