Share via

https://italynorth.dp.kubernetesconfiguration.azure.com certificate error

Valerio Maglietta 5 Reputation points
2025-02-10T18:40:58.42+00:00

Hi all,
I am having a problem since 7h of February with an Azure Arc AKS connected cluster. It lost its connection the errors are linked to a problem with the new released certificate at:
https://italynorth.dp.kubernetesconfiguration.azure.com/
It's just me?
Please help

Azure Kubernetes Service
Azure Kubernetes Service

An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.


1 answer

Sort by: Most helpful
  1. Mounika Reddy Anumandla 7,135 Reputation points Moderator
    2025-02-11T05:11:43.86+00:00

    Hi Valerio Maglietta,

    Welcome to Microsoft Q&A Platform. Thank you for posting your query here!

    I suggest you check for expiration of certificates by running below command:
    az connectedk8s show -n <cluster-name> -g <resource-group> --query "managedIdentityCertificateExpirationTime"
    https://learn.microsoft.com/en-us/azure/azure-arc/kubernetes/workload-identity

    Check for Network/firewall restrictions blocking outbound HTTPS traffic to this domain.
    Checking the logs of the Azure Arc agent extension-agent pod logs. You can find the pod by running: kubectl logs -n kube-system extension-agent-<pod-guid>

    Suggested documents:

    https://learn.microsoft.com/en-us/azure/aks/aksarc/certificates-overview
    https://learn.microsoft.com/en-us/azure/aks/aksarc/update-certificates
    https://learn.microsoft.com/en-us/troubleshoot/azure/azure-kubernetes/extensions/cluster-extension-deployment-errors#cause-3-the-traffic-is-not-authorizedHope this helps!

    If you have any further queries, please tag me in the comments.

    If the answer is helpful, please accept answer and click "upvote".

    Was this answer helpful?

    0 comments No comments

Your answer

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