-
Notifications
You must be signed in to change notification settings - Fork 140
Open
Description
Input to deploy-aks.sh
Model to deploy: llama2-7b or falcon7b (default: falcon7b): llama2-7b
Plan: 9 to add, 0 to change, 0 to destroy.
╷
│ Error: Invalid index
│
│ on main.tf line 297, in resource "kubernetes_deployment" "rag_server":
│ 297: value = "http://${kubernetes_service.falcon7b_service[0].status[0].load_balancer[0].ingress[0].ip}"
│ ├────────────────
│ │ kubernetes_service.falcon7b_service is empty tuple
│
│ The given key does not identify an element in this collection value: the collection has no elements.
The apply searched for falcon7b service where as it wont be applicable for llama-2.
Did any one else try this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels