You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
and I checked /scratch/k8s_dir on each nodes,and it seems weird.
node1:
node2:
Could you help me to figure it out?Thanks so much!
The text was updated successfully, but these errors were encountered:
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
and I checked /scratch/k8s_dir on each nodes,and it seems weird.
node1:
node2:
Could you help me to figure it out?Thanks so much!
The text was updated successfully, but these errors were encountered: