正在使用哪个配置文件?
which configuration file is in use?
是否可以确定当前集群的ClusterConfigFilePath?
使用 Service Fabric 集群管理器,我创建了一个 1 节点集群:
我想使用 powershell 删除集群:
.\RemoveServiceFabricCluster.ps1 -ClusterConfigFilePath .\ClusterConfig.json -Force
# Removes Service Fabric from the current machine
.\CleanFabric.ps1
如何找到 ClusterConfigFilePath 的路径?
当您下载独立的 Service Fabric 程序包时,ClusterConfig.JSON 文件的一些示例会下载到您的工作计算机上。
您可以阅读有关配置文件的更多信息here。
是否可以确定当前集群的ClusterConfigFilePath?
使用 Service Fabric 集群管理器,我创建了一个 1 节点集群:
我想使用 powershell 删除集群:
.\RemoveServiceFabricCluster.ps1 -ClusterConfigFilePath .\ClusterConfig.json -Force
# Removes Service Fabric from the current machine
.\CleanFabric.ps1
如何找到 ClusterConfigFilePath 的路径?
当您下载独立的 Service Fabric 程序包时,ClusterConfig.JSON 文件的一些示例会下载到您的工作计算机上。
您可以阅读有关配置文件的更多信息here。