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
Ran into this issue after upgrading to the latest Trino chart version.
We rely on K8s service annotations to discover services using HashiCorp Consul - See Service Sync for Consul on Kubernetes.
Particularly, we use service annotations to discover Trino coordinator service.
This change in PR #227 made the new worker service share the exact same annotations as the coordinator service. This affected our service discovery system, causing it to register both coordinator and worker nodes as coordinators.
Can we please support setting service annotations separately for each service?
Thanks
The text was updated successfully, but these errors were encountered:
Ran into this issue after upgrading to the latest Trino chart version.
We rely on K8s service annotations to discover services using HashiCorp Consul - See Service Sync for Consul on Kubernetes.
Particularly, we use service annotations to discover Trino coordinator service.
This change in PR #227 made the new worker service share the exact same annotations as the coordinator service. This affected our service discovery system, causing it to register both coordinator and worker nodes as coordinators.
Can we please support setting service annotations separately for each service?
Thanks
The text was updated successfully, but these errors were encountered: