Kubernetes local deploy outputs two "CreateContainerConfigError"
Hi,
I've been trying to deploy CAM locally using kubnernetes (over a minikube cluster) and helm. Everything works but two pods (cam-eval-manager & cam-req-manager) as you can see in the snipet
sqs@gaiax:~/GAIA$ kubectl get pods
NAME READY STATUS RESTARTS AGE
cam-api-gateway-65c7cb788b-k7qrl 1/1 Running 0 7m3s
cam-collection-authsec-786f96f9fb-98fdh 1/1 Running 0 7m3s
cam-collection-commsec-5985544c5-8kvcj 1/1 Running 0 7m3s
cam-collection-integrity-6d846769c-mh28c 1/1 Running 0 7m3s
cam-collection-workload-76b87756dd-b9cpf 1/1 Running 0 7m3s
cam-eval-manager-5f9f79b8cf-9pq6b 0/1 CreateContainerConfigError 0 7m3s
cam-req-manager-7df9cffd94-7t2mn 0/1 CreateContainerConfigError 0 7m3s
I attach log of all the process with "describe pod" commands. Hope you can help me to fix my problems.
Thanks in advance