Elis
Elis
same issue, very frustrating
After changing the cpu type to host (of my qemu) vm it worked.
Does this issue occur only when using skip_ssl: true ? Edit: skip_ssl false doesnt fix the issue
I looked into this and found the following: In version 3.16.0 the dockerfille seemingly requires the environment Variable access_key [(subscriber.go)](https://github.com/litmuschaos/litmus/blob/master/chaoscenter/subscriber/subscriber.go) ```go type Config struct { AccessKey string `required:"true" split_words:"true"` ......
Only workaround is setting useExistingHookSecret: false useExistingInfraConfigMap: true useExistingInfraSecret: true and creating the secrets manually The automatically created secret and configmap are empty by default.
> I was having the same issue with zed on nix + hyprland, until I randomly opened a file with zed from thunar file manager. From then since, zed has...
removing amdvlk fixed this for me
What is needed to merge this?
The issue is that it searches for pods/deployments with e.g the labels app=chaos-exporter. The correct label would be litmuschaos.io/app=chaos-exporter. When i run `kubectl get pods -l app=chaos-exporter` i get no...