Open timothymeyers opened 4 months ago
Some notes/workarounds
-g
or -d
does not have this issue.A proper fix is likely to deploy the AKS cluster in private cluster mode with public fqdn disabled, and establish a private endpoint between the AKS cluster and Cosmos (and the other resources it needs to reach).
Need to test this again after changes from #123 were introduced.
Describe the bug
Deploying the accelerator to Azure Government results in the following
CrashLoopBackoff
error for both the -index and -query pods.This is because the CosmosDB firewall has Public network access disabled and the pods in AKS require access via the AKS API Server PIP.
I'm not sure why this is not a problem in Azure Commercial.
To Reproduce Steps to reproduce the behavior:
-d
or-g
option.The following additional params are required in
deploy.paramaters.json