Skip to content

Commit 441368c

Browse files
Merge pull request #229828 from schaffererin/aksfaq
Addressing GitIssues
2 parents 2f2f901 + ecc370b commit 441368c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/aks/faq.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ Moving or renaming your AKS cluster and its associated resources isn't supported
173173

174174
Most clusters are deleted upon user request; in some cases, especially where customers are bringing their own Resource Group, or doing cross-RG tasks deletion can take more time or fail. If you have an issue with deletes, double-check that you do not have locks on the RG, that any resources outside of the RG are disassociated from the RG, and so on.
175175

176+
## Can I restore my cluster after deleting it?
177+
178+
No, you're unable to restore your cluster after deleting it. When you delete your cluster, the associated resource group and all its resources will also be deleted. If you want to keep any of your resources, move them to another resource group before deleting your cluster. If you have the **Owner** or **User Access Administrator** built-in role, you can lock Azure resources to protect them from accidental deletions and modifications. For more information, see [Lock your resources to protect your infrastructure][lock-azure-resources].
179+
176180
## If I have pod / deployments in state 'NodeLost' or 'Unknown' can I still upgrade my cluster?
177181

178182
You can, but we don't recommend it. Upgrades should be performed when the state of the cluster is known and healthy.
@@ -342,3 +346,4 @@ Any patch, including security patches, is automatically applied to the AKS clust
342346
[private-clusters-github-issue]: https://github.com/Azure/AKS/issues/948
343347
[csi-driver]: https://github.com/Azure/secrets-store-csi-driver-provider-azure
344348
[vm-sla]: https://azure.microsoft.com/support/legal/sla/virtual-machines/
349+
[lock-azure-resources]: ../azure-resource-manager/management/lock-resources.md

0 commit comments

Comments
 (0)