Need to simulate helm test failure while using KWOK. #1463
-
|
Hi all, first of all - many thanks for developing and maintaining KWOK as a kube simulator, it is helping a lot! I have a task - to simulate helm test failure and to see how my product will react to this. I was trying to achieve this by using Stages, but did not have any success. I tried this one https://github.com/kubernetes-sigs/kwok/blob/main/kustomize/stage/pod/chaos/pod-container-running-failed.yaml and different ones generated by AI or self-written, but each time pod is finishing with completed and not turning to an error state. if you have any ideas how to help me with my tech task - it would be great. I am suign KWOK v0.7.0, running inside docker. thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
|
May I know how you use it? FYI To the best of my knowledge the current program relies on this, and I thought it would be a good reference for you. |
Beta Was this translation helpful? Give feedback.
So who implemented the
kwok.x-k8s.io/chaos,In the case of knavigator it is associated with the label
pod-init-container-running-failed.stage.kwok.x-k8s.io, and where is defined in the Stage CR