Also, if you just want to share a folder, you can use an emptyDir. It really depends on what you want, what you should use. But as Tim says, more info is definitely needed to *try* to help.
Please make sure to see log messages, read docs, etc. And then, if not working, ask again with a more clear picture. Without a single error shown, not even the claims, cloud provider, etc. is really hard to help :-( On Tue, Feb 28, 2017 at 05:19:19PM -0800, 'Tim Hockin' via Kubernetes user discussion and Q&A wrote: > Not enough information: What cloud environment? What does the PV > claim object look like? What does "doesn't load" mean? > > On Tue, Feb 28, 2017 at 5:14 PM, Montassar Dridi > <[email protected]> wrote: > > Hello!! > > The Dockerfile for my web application image, that I deployed within > > Kubernetes, looks like this : > > FROM tomcat:8-jre8 > > ADD sample.war /usr/local/tomcat/webapps/ > > CMD ["catalina.sh", "run"] > > > > It works fine without volumes!! > > But when I try something like the script below, so I can include volumes, my > > website doesn't load : > > spec: > > containers: > > - image: gcr.io/projectid/demo:v1 > > name: web-pod > > ports: > > - containerPort: 8080 > > volumeMounts: > > - name: persistent-storage > > mountPath: /usr/local/tomcat/webapps > > volumes: > > - name: persistent-storage > > persistentVolumeClaim: > > claimName: web-pv-claim > > > > I just wanna share a folder between my web pods ?!?! > > > > -- > > 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 [email protected]. > > To post to this group, send email to [email protected]. > > Visit this group at https://groups.google.com/group/kubernetes-users. > > For more options, visit https://groups.google.com/d/optout. > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/kubernetes-users. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
