Skip to content

Commit 8dc7497

Browse files
Merge pull request #217537 from axelgMS/patch-49
Update command-invoke.md
2 parents f79fe26 + 125d145 commit 8dc7497

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/aks/command-invoke.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@ az aks command invoke \
7676
```
7777

7878
The above runs `kubectl apply -f deployment.yaml configmap.yaml -n default` on the *myAKSCluster* cluster in *myResourceGroup*. The `deployment.yaml` and `configmap.yaml` files used by that command are part of the current directory on the development computer where `az aks command invoke` was run.
79+
80+
81+
## Troubleshooting
82+
83+
The following link describes the most common issues with `az aks command invoke` and how to fix them:
84+
85+
https://learn.microsoft.com/troubleshoot/azure/azure-kubernetes/resolve-az-aks-command-invoke-failures
86+

0 commit comments

Comments
 (0)