简而言之:“ sfctl cluster code-versions
”和“ sfctl cluster config-versions
”都返回空数组。这是集群问题的症状吗?
背景:我正在尝试遵循Create a Linux container app tutorial,以学习有关Service Fabric的知识;但是当应用程序上传失败并超时时,我遇到了一个问题。
在对此进行调查后,我发现其他sfctl cluster
命令(例如sfctl cluster health
)都有效并返回了有用的数据-code-versions
和config-versions
除外,它们都返回一个空数组:
$ sfctl cluster code-versions
[]
$ sfctl cluster config-versions
[]
我不确定这是否不健康,或者他们可能返回什么样的数据。
其他说明:
~/.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
),会记录相同的警告,并且不会阻止它们运行。