0
是否可以確定當前集羣的ClusterConfigFilePath?哪個配置文件正在使用?
隨着服務織物集羣管理器,我創建了一個1個節點集羣:
我想用PowerShell來刪除羣集:
.\RemoveServiceFabricCluster.ps1 -ClusterConfigFilePath .\ClusterConfig.json -Force
# Removes Service Fabric from the current machine
.\CleanFabric.ps1
怎麼辦我找到了ClusterConfigFilePath的路徑?
那麼我如何知道哪個配置正在使用?假設我坐在一臺以前從未使用過的計算機上,我如何知道哪個配置文件正在用於羣集? –
顯然,清單是您的集羣使用的配置文件。只需檢查http:// localhost:19080/Explorer/index.html#/ tab/manifest –
好吧,但我怎麼知道刪除集羣時要使用哪個配置文件。\ RemoveServiceFabricCluster.ps1 -ClusterConfigFilePath。\ ClusterConfig.json -Force –