Duckling container won't start (Helm Chart v4.5.6)
BlueCog opened this issue · 0 comments
BlueCog commented
Context:
Openshift v4.9
Rasa-x Helm Chart v4.5.6
Duckling Image: rasa/duckling:0.2.0.2
Due security constraints of OpenShift is the global securityContext
set to false
The duckling container throws the following error in the log:
duckling-example-exe: log: createDirectory: permission denied (Permission denied)
This has probably something to do with the context of openshift. With Rasa-x Helm Chart v4.5.4
(and Duckling image "0.1.6.3"
) we didn't had this issue.