azure-service-fabric - Service Fabric 群集停留在状态 = 正在部署

标签 azure-service-fabric

我正在部署服务结构集群,但在 vmss 节点启动并报告服务结构扩展状态成功后,集群仍处于状态 = 部署中等待。

当我远程桌面读取事件日志时,我看到:

ERROR: Microsoft.Azure.ServiceFabric.Extension.Core.AgentException: Cluster configuration is not available yet
   at Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.<RunOnce>d__f.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at Microsoft.Azure.ServiceFabric.Extension.Core.NodeBootstrapAgent.<RunAsync>d__0.MoveNext() 

如果我可以收集任何其他有助于调试的信息,请告诉我。

最佳答案

尝试像提到的那样添加“NicPrefixOverride”here ,"template"段落。

当您有多个网络适配器时,它将指示要使用的网络。 (Windows容器功能添加了网络适配器)

关于azure-service-fabric - Service Fabric 群集停留在状态 = 正在部署,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42605831/

相关文章:

azure - 为什么 Service Fabric 服务的分区策略与分区而不是服务相关?

azure - 将 Azure Service Fabric 服务映射到特定节点类型

c# - 在 Visual Studio 中调试 5 节点群集的 Azure Service Fabric 应用程序

msbuild - 命令行包 Service Fabric 应用程序

用于静默安装 Azure Service Fabric SDK、运行时和工具的 Powershell 脚本

debugging - Azure 服务结构中与远程端点的连接已终止错误

azure-service-fabric - 如何防止 Service Fabric 为 Actor 生成默认服务

amazon-web-services - AWS 和 Azure 混合云设置 - 此配置是否可行(Azure 负载均衡器 -> AWS VM)?

c# - 同一节点上动态创建的服务的 Service Fabric 进程隔离

nservicebus - 将 NServiceBus 与 Azure Service Fabric 结合使用