Skip to content
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

Open
jamil77944 opened this issue Aug 1, 2024 · 4 comments
Labels
question Further information is requested

Comments

@jamil77944
Copy link

Hi, Below is the error I am receiving when I enable the private endpoint=true. Somehow the vnet returns a null value.

Screenshot 2024-08-01 144147

This below error happens when the private endpoint=false. The AKS Cluster tries to connect with another resource group which I lack access.

Screenshot 2024-08-01 144806

Can you please help with the issues described above?
In addition to that, Is there any way to disable the VNET integration?

@jamil77944 jamil77944 added the bug Something isn't working label Aug 1, 2024
@timothymeyers
Copy link
Contributor

Keep an eye on #123; it may help with your deployment.

When you say "private endpoint=true", do you mean you ran deploy.sh without -d or -g?

The resource group MC_rg-emt... appears to be the AKS resource group created as part of any AKS deployment.

I need some more context to help you debug. Do you have your deploy.sh output saved somewhere? Are there other failures in your Resource Group / Deployments tab in the portal?

These failures look to me like an earlier step did not complete correctly somehow.

@timothymeyers timothymeyers added question Further information is requested and removed bug Something isn't working labels Aug 6, 2024
@timothymeyers timothymeyers changed the title Deployment with ./deploy.sh with integration with VNET and PRIVATE ENDPOINT [QUESTION] Deployment with ./deploy.sh with integration with VNET and PRIVATE ENDPOINT Aug 6, 2024
@rnpramasamyai
Copy link

@jamil77944
To see errors on the Azure portal, go to your resource group where you deployed your resources, click on "Deployments," and it will show you a list of deployments, including any errors in the deployment process.

@moapurva
Copy link

moapurva commented Aug 7, 2024

Network architecture update from the engineering team. Please deploy to a new resource group as it introduces breaking changes: #123

@jgbradley1
Copy link
Collaborator

jgbradley1 commented Aug 13, 2024

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 deploy.sh script to disable vnet integration.

One thing I would recommend checking is the cloud region you're deploying in. When I look up quota in the eastus region for the VM type standard_d4s_v5, I get the following warning:

Standard DSv5 Family vCPUs are high in demand in East US. To request access or get recommendations select troubleshoot.

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 eastus and after digging into the deployment log, I found this message:

The requested VM size for resource 'Following SKUs have failed for Capacity Restrictions: standard_d4s_v5' is currently not available in location 'eastus'

I recommend trying either the eastus2 or westus2 regions if you can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants