结构:/System/InfraustructureService 在 Service Fabric 群集上运行不正常
fabric:/System/InfraustructureService is not healthy on Service Fabric Cluster
我部署了一个持久性级别为 Silver 的全新 Service Fabric 集群,fabric:/System/InfrastructureService/FE
服务运行状况不佳并出现以下错误:
Unhealthy event: SourceId='System.InfrastructureService',
Property='CoordinatorStatus', HealthState='Warning',
ConsiderWarningAsError=false. Failed to create infrastructure
coordinator: System.Reflection.TargetInvocationException: Exception
has been thrown by the target of an invocation. --->
System.Fabric.InfrastructureService.ManagementException: Unable to get
tenant policy agent endpoint from registry; verify that tenant
settings match InfrastructureService configuration
需要在两个地方指定持久性级别:ARM模板中的VMSS资源和Service Fabric资源。
我的模板在 VMSS 资源中设置为青铜级,在 Service Fabric 资源中设置为银级 - 一旦我使它们匹配,它就起作用了。
我部署了一个持久性级别为 Silver 的全新 Service Fabric 集群,fabric:/System/InfrastructureService/FE
服务运行状况不佳并出现以下错误:
Unhealthy event: SourceId='System.InfrastructureService', Property='CoordinatorStatus', HealthState='Warning', ConsiderWarningAsError=false. Failed to create infrastructure coordinator: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Fabric.InfrastructureService.ManagementException: Unable to get tenant policy agent endpoint from registry; verify that tenant settings match InfrastructureService configuration
需要在两个地方指定持久性级别:ARM模板中的VMSS资源和Service Fabric资源。
我的模板在 VMSS 资源中设置为青铜级,在 Service Fabric 资源中设置为银级 - 一旦我使它们匹配,它就起作用了。