Cannot Access UrbanCode Deploy DB Jar File on Kubernetes

62 views Asked by At

UrbanCode Deploy Pods not able to access the ext storage to use the JDBC Mysql Jar file.

ls: cannot access /opt/ibm-ucd/server/ext_lib/*.jar: No such file or directory

1

There are 1 answers

0
Sobiaholic On

UrbanCode Deploy uses a non-root user 1001 and group 1001 pod to access the storage. Make sure that the storage has the correct chmod/chown permissions to allow pod Read/Write access.