我进行了很多搜索,但找不到此错误。几次警告后,我设法从Powershell连接到我的安全服务矩阵群集,但是此后的任何其他操作都会超时。我可能会缺少什么?
Connect-ServiceFabricCluster -ConnectionEndpoint <clustername>.cloudapp.azure.com:19000 `
-KeepAliveIntervalInSec 10 `
-X509Credential `
-ServerCommonName <CommonName> `
-FindType FindByThumbprint `
-FindValue <thumbprint> `
-StoreLocation LocalMachine `
-StoreName My