Azure service fabric Traefik服务结构后端未填充

Azure service fabric Traefik服务结构后端未填充,azure-service-fabric,traefik,Azure Service Fabric,Traefik,我使用以下Traefik标记将来宾可执行服务部署到服务结构: <StatelessServiceType ServiceTypeName="MyServiceServiceType" UseImplicitHost="true"> <Extensions> <Extension Name="Traefik"> <Labels xmlns="http://schemas.microsoft.com/2015/

我使用以下Traefik标记将来宾可执行服务部署到服务结构:

<StatelessServiceType ServiceTypeName="MyServiceServiceType" UseImplicitHost="true">
      <Extensions>
        <Extension Name="Traefik">
          <Labels xmlns="http://schemas.microsoft.com/2015/03/fabact-no-schema">
            <Label Key="traefik.frontend.rule">PathPrefixStrip:/myservice</Label>
            <Label Key="traefik.expose">true</Label>
            <Label Key="traefik.frontend.passHostHeader">true</Label>
          </Labels>
        </Extension>
      </Extensions>
    </StatelessServiceType>
但是,当我导航到traefik UI时,服务显示在左侧的“ServiceFabric”选项卡下,但右侧的端点未显示表中的任何项


为了让它们显示出来,是否缺少了一些内容。

看起来Traefik上的SF支持仍在预览中,关于它的文档并不多,只是github存储库中的一些文档,您应该在那里查看以找到一些答案。这是很久以前的事了,但我的答案可能会有所帮助。
[serviceFabric]
clusterManagementUrl = "http://localhost:19080"
apiVersion = "3.0"
refreshSeconds = 10