You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error occurs when attempting to deploy the graphrag Helm chart to Azure Kubernetes Service (AKS). The deployment fails during the installGraphRAGHelmChart step with the following message:
Release "graphrag" does not exist. Installing it now.
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "nginx-internal" namespace: "" from "": no matches for kind "NginxIngressController" in version "approuting.kubernetes.azure.com/v1alpha1"
ensure CRDs are installed first
Steps to Reproduce
Navigate to the infra directory: cd ./infra.
2.a. bash deploy.sh -p deploy.parameters.json -s -d or/
2.b. Populate the following parameters:
Release "graphrag" does not exist. Installing it now.
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: "nginx-internal" namespace: "" from "": no matches for kind "NginxIngressController" in version "approuting.kubernetes.azure.com/v1alpha1"
ensure CRDs are installed first
Expected Behavior
The Helm chart should be deployed successfully without errors.
Screenshots
Environment
OS: Windows 11 with WSL Ubuntu 22.04.3 LTS
Additional Context
This issue may be related to missing Custom Resource Definitions (CRDs) for NginxIngressController. Ensure all dependencies, such as CRDs or required Azure services, are properly installed and configured before deployment.
The text was updated successfully, but these errors were encountered:
Description
An error occurs when attempting to deploy the
graphrag
Helm chart to Azure Kubernetes Service (AKS). The deployment fails during theinstallGraphRAGHelmChart
step with the following message:Steps to Reproduce
infra
directory:cd ./infra
.2.a. bash deploy.sh -p deploy.parameters.json -s -d or/
2.b. Populate the following parameters:
workloadId
serviceAccountName
appInsightsConnectionString
aiSearchName
cosmosEndpoint
graphragHostname
storageAccountBlobUrl
containerRegistryName
graphragImageName
graphragImageVersion
escapedReporters
reset_x=true
Expected Behavior
The Helm chart should be deployed successfully without errors.
Screenshots
Environment
Additional Context
This issue may be related to missing Custom Resource Definitions (CRDs) for
NginxIngressController
. Ensure all dependencies, such as CRDs or required Azure services, are properly installed and configured before deployment.The text was updated successfully, but these errors were encountered: