Pod status as `CreateContainerConfigError` in Minikube cluster

后端 未结 6 1867
挽巷
挽巷 2021-02-05 00:18

I am trying to run Sonarqube service using the following helm chart.

So the set-up is like it starts a MySQL and Sonarqube service in the minikube cluster a

6条回答
  •  耶瑟儿~
    2021-02-05 01:05

    This can be solved by various ways, I suggest better go for kubectl describe pod podname name, you now might see the cause of why the service that you've been trying is failing. In my case, I've found that some of my key-values were missing from the configmap while doing the deployment.

提交回复
热议问题