Open BlueCog opened 2 years ago
Context:
Openshift v4.9 Rasa-x Helm Chart v4.5.6 Duckling Image: rasa/duckling:0.2.0.2
v4.9
v4.5.6
rasa/duckling:0.2.0.2
Due security constraints of OpenShift is the global securityContext set to false
securityContext
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.
v4.5.4
"0.1.6.3"
Context:
Openshift
v4.9
Rasa-x Helm Chartv4.5.6
Duckling Image:rasa/duckling:0.2.0.2
Due security constraints of OpenShift is the global
securityContext
set tofalse
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.