seldon-core icon indicating copy to clipboard operation
seldon-core copied to clipboard

seldondeployment is not considering the parameters present under securitycontex parallel to volumes under pod spec

Open poornachandratejasvi opened this issue 3 years ago • 0 comments

Trying to deploy SeldonDeployment by adding the below section parallel to volumes, but I'm able to observe that fsgroup is not getting considered, but always runAsUser: 8888 is getting overwriten.

securityContext:
          fsGroup: 2014

Please find the deployment file in the attachment (abclad.txt) . abclad.txt

find the output of kubectl get pods -o yaml (get-pod.txt)
get_pods.txt

Seldon core operator version: 1.13.1

poornachandratejasvi avatar Jul 26 '22 10:07 poornachandratejasvi