The Support.AksArc PowerShell module provides diagnostic and remediation capabilities for Azure Kubernetes Service on Azure Arc environments.
- PowerShell 5.1+, Administrator privileges, Moc module, Azure Stack HCI
Install-Module -Name Support.AksArc
Import-Module Support.AksArc
Run this command to check if your cluster is running into any of the known issues.
Test-SupportAksArcKnownIssues
Run this command to fix issues which have a remediation.
Invoke-SupportAksArcRemediation
Review Azure Local documentation or contact Microsoft Support for unresolved issues.