From 2f160563a9b935e8e77730185c1eb2fddb7c09eb Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sun, 4 Aug 2019 10:56:36 +0900 Subject: [PATCH] Update README.md Referring to `azure_manager.go` on 59b0087eeb, The default value of `vmType` is `vmTypeVMSS`. Signed-off-by: Masaki Muranaka --- cluster-autoscaler/cloudprovider/azure/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster-autoscaler/cloudprovider/azure/README.md b/cluster-autoscaler/cloudprovider/azure/README.md index 65b037a97e95..18d441fbe0a2 100644 --- a/cluster-autoscaler/cloudprovider/azure/README.md +++ b/cluster-autoscaler/cloudprovider/azure/README.md @@ -29,8 +29,8 @@ This will create a new [service principal][] with "Contributor" role scoped to y Cluster autoscaler supports four Kubernetes cluster options on Azure: -- [**vmss**](#vmss-deployment): Autoscale VMSS instances by setting the Azure cloud provider's `vmType` parameter to `vmss`. This supports clusters deployed with [aks-engine][]. -- [**standard**](#standard-deployment): Autoscale VMAS instances by setting the Azure cloud provider's `vmType` parameter to `standard` or to an empty string. This supports clusters deployed with [aks-engine][]. +- [**vmss**](#vmss-deployment): Autoscale VMSS instances by setting the Azure cloud provider's `vmType` parameter to `vmss` or to an empty string. This supports clusters deployed with [aks-engine][]. +- [**standard**](#standard-deployment): Autoscale VMAS instances by setting the Azure cloud provider's `vmType` parameter to `standard`. This supports clusters deployed with [aks-engine][]. - [**aks**](#aks-deployment): Supports an Azure Kubernetes Service ([AKS][]) cluster. - *DEPRECATED* [**acs**](#acs-deployment): Supports an Azure Container Service ([ACS][]) cluster.