oracle/weblogic-kubernetes-operator

/shared/domains/sample-domain1/config/config.xml' not found

SKerry1216 opened this issue · 1 comments

I'm starting a domain on pv at my kubernetes cluster.Here's some infomation.
node1:192.168.79.132
node2:192.168.79.133
domainUID:sample-domain1
namespace: sample-domain1-ns
weblogicDomainStoragePath: /scratch/k8s_dir

and I have created and changed /scratch/k8s_dir owner to uid:1000,chmod to 777,for each node.
But when I start the sh scripet in kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv,the pod which name is sample-domain1-admin-server remains status CrashLoopBackOff.
I checked logs of this pods,it says
image
and I checked /scratch/k8s_dir on each nodes,and it seems weird.
node1:
image
node2:
image
Could you help me to figure it out?Thanks so much!

@ghost Is this still an issue?