Azure Service Fabric群集对代码版本和配置版本均不返回任何内容

时间:2019-02-26 16:29:54

标签: azure-service-fabric

简而言之:“ sfctl cluster code-versions”和“ sfctl cluster config-versions”都返回空数组。这是集群问题的症状吗?

背景:我正在尝试遵循Create a Linux container app tutorial,以学习有关Service Fabric的知识;但是当应用程序上传失败并超时时,我遇到了一个问题。 在对此进行调查后,我发现其他sfctl cluster命令(例如sfctl cluster health)都有效并返回了有用的数据-code-versionsconfig-versions除外,它们都返回一个空数组:

$ sfctl cluster code-versions
[]

$ sfctl cluster config-versions
[]

我不确定这是否不健康,或者他们可能返回什么样的数据。


其他说明:

  1. 集群使用自签名证书进行保护;这是在本地安装的并且可以正常工作,但是以上两个命令也记录了警告:
    ~/.local/lib/python3.5/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings InsecureRequestWarning)
    但是,对于其他命令(例如sysctl cluster health),会记录相同的警告,并且不会阻止它们运行。
  2. 群集在Linux上的版本为6.4.634.1
  3. Service Fabric资源管理器将一切显示为“健康”:群集健康状态,“系统应用程序健康状态”和3个节点。
  4. Azure门户将群集状态显示为“基准升级”
  5. 资源管理器将群集显示为具有代码版本“ 0.0.0.0”

0 个答案:

没有答案