On-boarding K8S cluster to AzureArc

RamNad 20 Reputation points
2024-10-15T21:22:18.74+00:00

I am trying to connect my internal K8S cluster using AzureArc. I've completed the required steps, such as installing the extensions, registering the providers, and connecting the cluster. In the azurearc it's showing as connected but I cannot see the namespaces or workloads, always getting the below error. It's due to the missing sign-in token, as I haven't created a serviceaccount to connect. Do you have any idea how to enter this in the portal?

Unable to reach the api server or api server is too busy to respond. {"message":"Failed to fetch","stack":"TypeError: Failed to fetch\n at https://portal.azure.com/Content/Dynamic/UvHUDvXWE-oN.js:113:24067","isError":true}

Azure Arc
Azure Arc
A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
459 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jeff Pigott 160 Reputation points Microsoft Employee
    2024-12-19T16:48:25.5366667+00:00

    I have experienced the same as it seems the API may be busy. I am using the RBAC option vs. token and service principal was not needed here. If you haven't tried the RBAC option give it a try as well although that doesn't fix the error your receiving when the API is busy but seems to be a much better user experience. https://jpigott.com/2023/11/azure-arc-kubernetes-access-by-rbac-roles-for-a-user-or-groups/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.