Skip to content

Commit 27a185b

Browse files
authored
Merge pull request kubernetes#2419 from colemickens/cmpr-azure-doc-sa-constaint
userguide: PV docs clarify Azure storage account restriction
2 parents a3c2b25 + 70a2934 commit 27a185b

File tree

1 file changed

+1
-1
lines changed
  • docs/user-guide/persistent-volumes

1 file changed

+1
-1
lines changed

docs/user-guide/persistent-volumes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ parameters:
532532
533533
* `skuName`: Azure storage account Sku tier. Default is empty.
534534
* `location`: Azure storage account location. Default is empty.
535-
* `storageAccount`: Azure storage account name. If storage account is not provided, all storage accounts associated with the resource group are searched to find one that matches `skuName` and `location`. If storage account is provided, `skuName` and `location` are ignored.
535+
* `storageAccount`: Azure storage account name. If storage account is not provided, all storage accounts associated with the resource group are searched to find one that matches `skuName` and `location`. If storage account is provided, it must reside in the same resource group as the cluster, and `skuName` and `location` are ignored.
536536

537537

538538
## Writing Portable Configuration

0 commit comments

Comments
 (0)