[BUG]Checking for GraphRAG availability.................... Failed: error
Describe the bug During deployment, i get the error: Checking for GraphRAG availability.................... Failed.
To Reproduce I looked at the aks pod logs: graphrag-query and graphrag-index had warnings with the following message "NotTriggerScaleUp: pod didn't trigger scale-up: 1 node(s) didn't match Pod's node affinity/selector, 1 Insufficient cpu"
"FailedScheduling: 0/2 nodes are available: 1 Insufficient cpu, 1 node(s) didn't match Pod's node affinity/selector. preemption: 0/2 nodes are available: 1 No preemption victims found for incoming pod, 1 Preemption is not helpful for scheduling.."
FYI - due to the deployment error i encountered, i had to update aks.bicep to use "standard_d4s_v3" in line 33 and line 41.
Not sure if this is causing the insufficient cpu error. I tried by updating the max node counts to higher number in aks.bicep file but continue to run into the same insufficient cpu error.
Expected behavior Expecting deployment to succeed.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Version [e.g. 22]
Additional context Add any other context about the problem here.