You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: