I installed cdsw1.10.0, but the application is down right after starting. When monitoring pods, all pods belonging to the default namespace are created and then terminated. I can't find out what the cause is. The error written to stdout when running the application is as follows.
.
.
.
ERROR:: Unable to apply patches.: 1
ERROR:: Unable to apply CDSW application configuration.: 1
ERROR:: Unable to start CDSW Application.: 1
deployment.apps "web" deleted
deploymnet.apps "s2i-server" deleted
Wating for termination of [1] web pods and [0] s2i-server pods...
Wating for termination of [3] web pods and [1] s2i-server pods...
Wating for termination of [2] web pods and [1] s2i-server pods...
Wating for termination of [2] web pods and [1] s2i-server pods...
No resources found
No resources found
deploymnet.apps "db" deleted
release "cdsw-app" uninstalled
release "cdsw-compute" uninstalled
release "cdsw-clusterwide-resource" uninstalled
Cloudera Data Science Workbench App stopped.
.
.
.
What could be the cause? Thank you