Already Exists Error in AKS

61540289 1 Reputation point
2021-09-09T13:40:19.317+00:00

I created a Namespace in Kubernetes and then created a pod in it. But due to some unexpected reasons, I deleted the namespace using kubectl delete command. Now that I want to re-deploy the same Kubernetes pod I am getting this error. 130720-capture.png

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,998 questions
{count} votes

1 answer

Sort by: Most helpful
  1. shiva patpi 13,171 Reputation points Microsoft Employee
    2021-09-10T18:32:35.48+00:00

    Hello @ShatabdiSingh-6691 ,
    Above screen shot shows lot of deployments , CRDs, ClusterRoleBindings errors/warnings . What is the exact namespace name which you have deleted ?
    Was it deleted successfully along with the POD ? You can validate using kubectl get ns.

    What is the text file strimzi-cluster-operator.txt contains ?
    Can you try re-deploying the same pod manually using kubectl commands ?

    Regards,
    Shiva.

    0 comments No comments