keptn-contrib / job-executor-service

Running customizable tasks with Keptn as Kubernetes Jobs
Apache License 2.0
19 stars 12 forks source link

Question about PVC in JES #385

Closed darkgordon closed 1 year ago

darkgordon commented 1 year ago

Hello guys, I have a question regarding the job execution service. I use this service to do some jmeter testing it works like a charm but recently I created a custom new task, in this task I verify the git repository by downloading it and execute some commands. In this case When it is executed, I receive an error regarding the use of my filesystem not being able to write, so I can’t save the git repository when doing an git clone for example. It is possible for the job-executor-service-job template to add some persistence volume? for the pods that are executed.

agardnerIT commented 1 year ago

See this thread: https://github.com/keptn-contrib/job-executor-service/issues/253

darkgordon commented 1 year ago

Thank you very much @agardnerIT for your help I will check it out

darkgordon commented 1 year ago

Thank you @agardnerIT I achieve the desired task in keptn