From 09f15723b369b44b870775f776ea80349f15e5ff Mon Sep 17 00:00:00 2001 From: LiuDui <1693291525@qq.com> Date: Tue, 16 Oct 2018 09:44:26 +0800 Subject: [PATCH] Update 2018-10-08-support-for-azure-vmss.md (#10572) --- content/en/blog/_posts/2018-10-08-support-for-azure-vmss.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2018-10-08-support-for-azure-vmss.md b/content/en/blog/_posts/2018-10-08-support-for-azure-vmss.md index 6f1fba6409..79875cc21d 100644 --- a/content/en/blog/_posts/2018-10-08-support-for-azure-vmss.md +++ b/content/en/blog/_posts/2018-10-08-support-for-azure-vmss.md @@ -14,7 +14,7 @@ _Azure VMSS allow you to create and manage identical, load balanced VMs that aut Cluster autoscaler allows you to adjust the size of the Kubernetes clusters based on the load conditions automatically. -Another exciting feature which v1.12 brings to the table is the the ability to use User Assigned Identities with Kubernetes clusters [[12]](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview). +Another exciting feature which v1.12 brings to the table is the ability to use User Assigned Identities with Kubernetes clusters [[12]](https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview). In this article, we will do a brief overview of VMSS, cluster autoscaler and user assigned identity features on Azure.