Skip to content

Commit 75b781d

Browse files
authored
Update azure-disk-volume.md
1 parent eecadab commit 75b781d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/aks/azure-disk-volume.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a static volume for pods in Azure Kubernetes Service (AKS)
33
description: Learn how to manually create a volume with Azure disks for use with a pod in Azure Kubernetes Service (AKS)
44
services: container-service
55
ms.topic: article
6-
ms.date: 04/01/2019
6+
ms.date: 05/09/2019
77

88

99
#Customer intent: As a developer, I want to learn how to manually create and attach storage to a specific pod in AKS.
@@ -20,9 +20,9 @@ For more information on Kubernetes volumes, see [Storage options for application
2020

2121
## Before you begin
2222

23-
This article assumes that you have an existing AKS cluster. If you need an AKS cluster, see the AKS quickstart [using the Azure CLI][aks-quickstart-cli], [using Azure PowerShell][aks-quickstart-powershell], or [using the Azure portal][aks-quickstart-portal].
23+
This article assumes that you have an existing AKS cluster with 1.21 or later version. If you need an AKS cluster, see the AKS quickstart [using the Azure CLI][aks-quickstart-cli], [using Azure PowerShell][aks-quickstart-powershell], or [using the Azure portal][aks-quickstart-portal].
2424

25-
You also need the Azure CLI version 2.0.59 or later installed and configured. Run `az --version` to find the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
25+
If you want to interact with Azure Disks on an AKS cluster with 1.20 or previous version, see the [Kubernetes plugin for Azure Disks][kubernetes-disks].
2626

2727
## Create an Azure disk
2828

@@ -146,8 +146,6 @@ kubectl apply -f azure-disk-pod.yaml
146146

147147
For associated best practices, see [Best practices for storage and backups in AKS][operator-best-practices-storage].
148148

149-
For more information about AKS clusters interact with Azure disks, see the [Kubernetes plugin for Azure Disks][kubernetes-disks].
150-
151149
<!-- LINKS - external -->
152150
[kubernetes-disks]: https://github.com/kubernetes/examples/blob/master/staging/volumes/azure_disk/README.md
153151
[kubernetes-volumes]: https://kubernetes.io/docs/concepts/storage/volumes/

0 commit comments

Comments
 (0)