spring-cloud / spring-cloud-deployer-kubernetes

The Spring Cloud Deployer implementation for Kubernetes
Apache License 2.0
157 stars 98 forks source link

Supplemental Groups Need for Pod Security Context #459

Closed umutcann closed 2 years ago

umutcann commented 2 years ago

Hi,

We are running file processing batch application on distributed Kubernetes environments. In order to enable restartability on Kubernetes environments for batch apps which include file operations, we are using persistent volume with NFS.

But we are facing permission error during access different clusters. According to our consultant, we need to set SupplementalGroups value over SCDF. But SCDF is not supporting Supplemental Groups value for now.

I opened a pull-request to support that.

https://github.com/spring-cloud/spring-cloud-deployer-kubernetes/pull/458

May you please overview?

Thanks.

ilayaperumalg commented 2 years ago

@umutcann Thank you for your contribution!