On Wednesday, November 15, 2017, <sandeepnaidum1...@gmail.com> wrote:

> Thanks Brandon,
>
>           Now i am able to deploy but facing different issue .If i add
> volumes in yaml file my entry point script is not picking and pods are not
> getting up . If i remove the volumes content in yaml file pods are getting
> up without issue . I am getting confused . can you help with this . Below
> is the yaml file


As the error says, it has nothing to do with volumes but with the CMD or
entry point of your docker image. The command it executes prints the error
you pasted:



> [root@VM-K8S-DOCKER-1 centos]# kubectl logs psearch-servc-987683058-qtp0n
> /bin/bash: ./tomcat.sh: No such file or directory
> [root@VM-K8S-DOCKER-1 centos]#
>

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to