How to add new Node Type to deployed Service Fabric cluster?

后端 未结 2 1531
野性不改
野性不改 2021-01-07 01:43

I deployed a Service Fabric Cluster running with a single application and 3 Node Types of 5 machines, each with its own placement constraint.

I need to add other 2 N

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-07 02:25

    Another option is to use New-AzureRmResourceGroupDeployment with an updated ARM template that includes all the resources for your new node types, as well as the new node types.

    What's nice about using the PS command is that it takes care of any manual work that you may need to do for creating and associating resources to the new node types.

提交回复
热议问题