Skip to content

Commit 4262e7e

Browse files
committed
Merge branch 'patch-26' of https://github.com/guanghuthegreat/azure-stack-docs into guang2-28
2 parents 2c3a808 + be012d9 commit 4262e7e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

AKS-Arc/aks-troubleshoot.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ If you continually see an [Azure Advisor](/azure/advisor/) upgrade recommendatio
2727
- Ensure that you update your Azure Local solution to the latest version. For more information, see [About updates for Azure Local, version 23H2](/azure-stack/hci/update/about-updates-23h2).
2828
- If you use any of the Azure SDKs, ensure that you're using the latest version of that SDK. You can find the Azure SDKs by searching for "HybridContainerService" on the [Azure SDK releases](https://azure.github.io/azure-sdk/) page.
2929

30+
## Storage
31+
32+
### AKS on Azure Local might not work after storage volume been deleted
33+
34+
AKS Arc workload data is been stored on Azure Local storage volumes, including the AKS Arc node disks and persistent volumes of data disks. If the storage volume is been accidently deleted, the AKS Arc cluster will not work properly as its data is removed as well. Please follow these steps to manage storage volumes on Azure Local:
35+
36+
- Ensure that you deleted all the storage path(s) that are created on that storage volume. Deleting storage path will raise alert to indicate the worklaod that has been stored on it. To delete storage path, see [Delete a storage path](/azure-local/manage/create-storage-path?view=azloc-24112&tabs=azurecli#delete-a-storage-path).
37+
- If you have any AKS Arc cluster need to be deleted, that is notified in the previous step of storage path deletion, see [Delete the AKS Arc cluster](/aks/aksarc/aks-create-clusters-cli#delete-the-cluster).
38+
3039
## Next steps
3140

3241
- [Troubleshoot K8sVersionValidation error](cluster-k8s-version.md)

0 commit comments

Comments
 (0)