Where to set go-runner image? #4317
-
Good morning, I have installed litmus-chaos (Version -2.15.11) on my kubernetes cluster. I have configured my local repository and everything starts correctly. However, when I launch an experiment and try to launch one of the pods that use the go-runner:2.14.0 image, it is not possible to download it because it does not take the configuration from my repository. I have reviewed my values file that I apply in my installation with helm but I don't see where I can specify it. I only see it possible to configure the following images
Is there a way to set the go-runner image repository? The only option that I have tried and that works for me has been to modify the yaml of the pod that starts to establish my local repository Thanks for your help... I'm a noob |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @Alan-Vlc , Here's a link: https://github.com/litmuschaos/litmus-go/tree/master |
Beta Was this translation helpful? Give feedback.
-
Good morning, From my novice point of view, I think that this "need" to specify a repository for this type of images (example go-runner) should be parameterizable in some way. Thank you all for your collaboration Greetings |
Beta Was this translation helpful? Give feedback.
You can change the go-runner version in each Chaos Fault.
For example, If you want to change
go-runner
image version atpod-delete
chaos fault, you need to change the values in this file.