【发布时间】:2017-07-01 07:12:10
【问题描述】:
Service Fabric 虚拟机是否接收自动安全更新,例如工作角色?如果没有,未来是否有解决此问题的计划?我们应该如何手动应用更新?
【问题讨论】:
Service Fabric 虚拟机是否接收自动安全更新,例如工作角色?如果没有,未来是否有解决此问题的计划?我们应该如何手动应用更新?
【问题讨论】:
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.
更多信息请看这里:
【讨论】:
现在有一个应用程序!
补丁编排应用程序是一个 Azure Service Fabric 应用程序,它可以自动在 Azure 上的 Service Fabric 集群上进行操作系统修补,而无需停机。
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-patch-orchestration-application
【讨论】: