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. 
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. 
@ShatabdiSingh-6691 To help resolve the issue, we would need more details as requested in the answer below. Can you please share the requested information and we will look into it. Thanks.
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.
10 people are following this question.