Skip to content

Commit 460a3ac

Browse files
authored
Update health check command for AKS cluster
1 parent eea8912 commit 460a3ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-aks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
echo "Kubeconfig fetched successfully!"
9393
- name: Check cluster
9494
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
95+
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

Comments
 (0)