mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Merge pull request #11104 from gabrielweyer/patch-2
Stop prompting for storage account type
This commit is contained in:
commit
dcd6537b1b
@ -150,7 +150,7 @@ function upload-server-tars() {
|
|||||||
if [[ -z "$(azure_call storage account show $AZ_STG 2>/dev/null | \
|
if [[ -z "$(azure_call storage account show $AZ_STG 2>/dev/null | \
|
||||||
grep data)" ]]; then
|
grep data)" ]]; then
|
||||||
echo "--> Creating storage..."
|
echo "--> Creating storage..."
|
||||||
azure_call storage account create -l "$AZ_LOCATION" $AZ_STG
|
azure_call storage account create -l "$AZ_LOCATION" $AZ_STG --type LRS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "--> Getting storage key..."
|
echo "--> Getting storage key..."
|
||||||
|
Loading…
Reference in New Issue
Block a user