【问题标题】:Service Fabric and Windows UpdateService Fabric 和 Windows 更新
【发布时间】:2017-07-01 07:12:10
【问题描述】:

Service Fabric 虚拟机是否接收自动安全更新,例如工作角色?如果没有,未来是否有解决此问题的计划?我们应该如何手动应用更新?

【问题讨论】:

    标签: azure-service-fabric


    【解决方案1】:

    Azure VM 规模集目前不会自动修补/升级,而且由于 Service Fabric 是在 VM 规模集之上构建的,因此这些 VM 也不会自动修补。

    来自文档:

    OS patches on the VMs that make up the cluster
         This capability is planned for the future as an automated feature. But currently, you are responsible to patch your VMs. You must do this one VM at a time, so that you do not take down more than one at a time.
    
    OS upgrades on the VMs that make up the cluster
        If you must upgrade the OS image on the virtual machines of the cluster, you must do it one VM at a time. You are responsible for this upgrade--there is currently no automation for this.
    

    更多信息请看这里:

    https://azure.microsoft.com/en-us/documentation/articles/service-fabric-cluster-upgrade/#cluster-configurations-that-you-control

    【讨论】:

    • 谢谢。一次关闭一台机器时有什么特殊要求吗? Service Fabric 命令?
    • 我最近遇到了一种情况,即在节点上自动发生更新或某些事情并请求重新启动。
    【解决方案2】:

    现在有一个应用程序!

    补丁编排应用程序是一个 Azure Service Fabric 应用程序,它可以自动在 Azure 上的 Service Fabric 集群上进行操作系统修补,而无需停机。

    https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-patch-orchestration-application

    【讨论】:

      猜你喜欢
      • 2018-04-13
      • 2017-03-03
      • 2018-10-27
      • 2018-08-02
      • 1970-01-01
      • 2023-04-03
      • 2016-09-24
      • 2016-03-11
      • 2017-08-28
      相关资源
      最近更新 更多