Skip to content

Commit 03e92c8

Browse files
authored
Update azure-disk-customer-managed-keys.md
1 parent e36ecc2 commit 03e92c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ diskEncryptionSetId=$(az resource show -n $diskEncryptionSetName -g ssecmktestin
102102
az group create -n myResourceGroup-l myAzureRegionName
103103
104104
# Create the AKS cluster
105-
az aks create -n myAKSCluster -g myResourceGroup --node-osdisk-diskencryptionset-id diskEncryptionId --kubernetes-version 1.17
105+
az aks create -n myAKSCluster -g myResourceGroup --node-osdisk-diskencryptionset-id diskEncryptionId --kubernetes-version 1.17.0
106106
```
107107

108108
When new node pools are added to the cluster created above, the customer managed key provided during the create is used to encrypt the OS disk

0 commit comments

Comments
 (0)