From 9471d6f4fc9225b3f7f9b9b276f696fd95d462ad Mon Sep 17 00:00:00 2001 From: Dave Strebel Date: Thu, 27 Sep 2018 23:30:46 -0500 Subject: [PATCH] Cleaned Up Sig-Azure Sig-Azure headings were off and did not conform with the rest of the document format. --- CHANGELOG-1.12.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/CHANGELOG-1.12.md b/CHANGELOG-1.12.md index fb7eaf0b3b3..47af29342a8 100644 --- a/CHANGELOG-1.12.md +++ b/CHANGELOG-1.12.md @@ -9,8 +9,6 @@ - [SIG API Machinery](#sig-api-machinery) - [SIG-autoscaling](#sig-autoscaling) - [SIG-Azure](#sig-azure) -- [Adding Azure Availability Zones support to cloud provider.](#adding-azure-availability-zones-support-to-cloud-provider) -- [Supporting Cross RG resources (disks, Azure File and node [Experimental]](#supporting-cross-rg-resources-disks-azure-file-and-node-experimental) - [SIG-cli](#sig-cli) - [SIG-cloud-provider](#sig-cloud-provider) - [SIG-cluster-lifecycle](#sig-cluster-lifecycle) @@ -167,16 +165,13 @@ SIG Autoscaling focused on improving the Horizontal Pod Autoscaling API and algo ### SIG-Azure Sig Azure was focused on two primary new alpha features: -# Adding Azure Availability Zones support to cloud provider. -# Supporting Cross RG resources (disks, Azure File and node [Experimental] +- Adding Azure Availability Zones support to cloud provider. +- Supporting Cross RG resources (disks, Azure File and node [Experimental] Besides the above new features, support for Azure Virtual Machine Scale Sets (VMSS) and Cluster-Autoscaler is now stable and considered GA: -- Azure virtual machine scale sets (VMSS) allow you to create and manage identical load balanced -VMs that automatically increase or decrease based on demand or a set schedule. -- With this new stable feature, Kubernetes supports the scaling of containerized applications -with Azure VMSS, including the ability to integrate it with cluster-autoscaler to automatically -adjust the size of the Kubernetes clusters based on the same conditions. +- Azure virtual machine scale sets (VMSS) allow you to create and manage identical load balanced VMs that automatically increase or decrease based on demand or a set schedule. +- With this new stable feature, Kubernetes supports the scaling of containerized applications with Azure VMSS, including the ability to integrate it with cluster-autoscaler to automatically adjust the size of the Kubernetes clusters based on the same conditions. ### SIG-cli