hellofresh / kangal

Run performance tests in Kubernetes cluster with Kangal
Apache License 2.0
159 stars 22 forks source link

custom jmeter images in Minikube deployment #346

Open jasonbgilroy opened 5 months ago

jasonbgilroy commented 5 months ago

Hi,

I am trying to deploy Kangal in a local Minikube environment, using the same custom JMeter images used in our production Kubernetes cluster. The issue I am facing is that I see no mechanism to pass credentials to pull the images from our AWS ECR image repository. An alternative is to have the images local to minikube, but because the ImagePullPolicy is hardcoded to "Always" (/pkg/backends/jmeter/resources.go), Kangal will try to fetch them from the remote repository.

Is there any mechanism to accomplish what I am trying to do, or is a code change required?