mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #40945 from colemickens/cmpr-azure-doc-storageclass
Automatic merge from submit-queue examples: PV docs clarify Azure storage account restriction **What this PR does / why we need it**: One line doc fix, clarifies a constraint for using `AzureDisk` volumes. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #40276 **Special notes for your reviewer**: None **Release note**: ```release-note NONE ``` cc: @rootfs @otaviosoares
This commit is contained in:
commit
7028abc5fc
@ -258,7 +258,7 @@ parameters:
|
||||
|
||||
* `skuName`: Azure storage account Sku tier. Default is empty.
|
||||
* `location`: Azure storage account location. Default is empty.
|
||||
* `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.
|
||||
* `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.
|
||||
|
||||
### User provisioning requests
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user