-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION] Deployment with ./deploy.sh with integration with VNET and PRIVATE ENDPOINT #122
Comments
Keep an eye on #123; it may help with your deployment. When you say "private endpoint=true", do you mean you ran The resource group I need some more context to help you debug. Do you have your These failures look to me like an earlier step did not complete correctly somehow. |
@jamil77944 |
Network architecture update from the engineering team. Please deploy to a new resource group as it introduces breaking changes: #123 |
Hi @jamil77944, I'm looking over a couple of the issues you've opened and there might be some cascading issues occurring here. Last week, we simplified the network architecture down to a single vnet. We use vnet integration between the AKS and APIM resources (instead of public endpoints) for security reasons. Currently, we have not added a flag to the One thing I would recommend checking is the cloud region you're deploying in. When I look up quota in the
This specific VM type is used in the AKS deployment. In my case, even though the subscription has quota for this VM type, a deployment will still fail due to the high demand occurring. I attempted to do a deployment in
I recommend trying either the |
Hi, Below is the error I am receiving when I enable the private endpoint=true. Somehow the vnet returns a null value.
This below error happens when the private endpoint=false. The AKS Cluster tries to connect with another resource group which I lack access.
Can you please help with the issues described above?
In addition to that, Is there any way to disable the VNET integration?
The text was updated successfully, but these errors were encountered: