添加节点服务集群面料 [英] Add nodes to Service Fabric cluster

查看:163
本文介绍了添加节点服务集群面料的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

出于某种原因,我无法找到如何与服务布料集群执行最基本的操作:增加更多的节点。请指教。我发现的最接近的是<一个href=\"https://msdn.microsoft.com/en-us/library/azure/mt125881.aspx\">https://msdn.microsoft.com/en-us/library/azure/mt125881.aspx,这似乎仍然不是我想要的。所有我需要的是改变一些节点的方式;目前,我有我的集群5 A1节点(最简单的可能配置),我想六人。

For some reason I can't find how to perform the most basic operation with the service fabric cluster: add more nodes. Please advise. The closest I found is https://msdn.microsoft.com/en-us/library/azure/mt125881.aspx, which still seems to be not what I want. All I need is a way to change a number of nodes; I currently have five A1 nodes in my cluster (simplest possible configuration) and I want six.

推荐答案

1)更改集群中的VMSS /节点类型实例数量的最快方法是提交更改Microsoft.Compute / virtualMachineScaleSets与资源SKU下的切换到能力的标签。

1) The quickest way to change the number of instances in the VMSS/Node type in your cluster is to submit a change to Microsoft.Compute/virtualMachineScaleSets resource with the change to the "capacity" tag under "sku".

节点的增加不应导致任何数据丢失有状态的服务。删除节点可以,所以你需要先正常关闭的节点,然后删除该实例。

Adding of nodes should not result in any data loss to your stateful services. Deleting a node could, so you will need to gracefully shut down the node first and then delete that instance.

一旦添加新的节点,顺丰资源均衡会做负载均衡适当。

once the new nodes are added, the SF resource balancer will do the load balancing as appropriate.

2)规模向上和向下的最好方法是建立自动缩放规则上VMSS /节点类型。参考<一个href=\"https://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-scale-up-down/\" rel=\"nofollow\">https://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-scale-up-down/了解详情。

2) The best way to scale up and down is to set up autoscale rules on VMSS/Nodetype. refer to https://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-scale-up-down/ for details.

3)一旦VMSS的门户体验启用添加和经验/删除节点会变得简单,直到那你就要发出手动ARM指令。

3) Once the portal experience for VMSS is enabled the experience of adding and/removing nodes will become simple, till then you have to issue manual ARM commands.

4) https://msdn.microsoft.com/en-美国/库/天蓝色/ mt125881.aspx - 新节点配置API - 你不应该使用它部署到Azure的集群。这种自动发生的,通过服务延伸面料被调用一次新的VMSS实例显示了。

4) https://msdn.microsoft.com/en-us/library/azure/mt125881.aspx - new node configuration API - you should not be using it for clusters you deploy to Azure. this happens automatically, via the Service fabric extension that gets called once a new VMSS instance shows up.

这篇关于添加节点服务集群面料的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆