From 0024e6719c740bfcea41c37225b0f89079821c17 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Fri, 7 Sep 2018 22:11:57 +0800 Subject: [PATCH] update storage-limits doc with Azure disk part update storage-limits doc with Azure disk part fix comments --- content/en/docs/concepts/storage/storage-limits.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/en/docs/concepts/storage/storage-limits.md b/content/en/docs/concepts/storage/storage-limits.md index b1c3a563b1a20..528cc40902f79 100644 --- a/content/en/docs/concepts/storage/storage-limits.md +++ b/content/en/docs/concepts/storage/storage-limits.md @@ -54,6 +54,7 @@ is an alpha feature that supports these services: - Amazon EBS - Google Persistent Disk +- Azure Disk To enable dynamic volume limits, set the `AttachVolumeLimit` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) @@ -72,4 +73,6 @@ volumes to be attached to a node. For other instance types on Amazon Elastic Compute Cloud (EC2), Kubernetes would permit 39 volumes to be attached. +* On Azure, up to 64 disks can be attached to a node, depending on the node type. For more details, refer to [Sizes for virtual machines in Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes). + {{% /capture %}}