We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea8912 commit 460a3acCopy full SHA for 460a3ac
1 file changed
.github/workflows/copilot-aks.yml
@@ -92,4 +92,4 @@ jobs:
92
echo "Kubeconfig fetched successfully!"
93
- name: Check cluster
94
run: |
95
- az aks agent --status --resource-group ${{ steps.cluster-info.outputs.RESOURCE_GROUP }} --name ${{ steps.cluster-info.outputs.CLUSTER_NAME }} --namespace aks-mcp --no-interactive
+ az aks agent "Is my cluster healthy?" --resource-group ${{ steps.cluster-info.outputs.RESOURCE_GROUP }} --name ${{ steps.cluster-info.outputs.CLUSTER_NAME }} --namespace aks-mcp --no-interactive
0 commit comments