Zhiqiang ZHOU
Zhiqiang ZHOU
similar pod failure logic could be applied on not first container in the pod, PR is welcome :)
> [@STRRL](https://github.com/STRRL) why pod failure logic could be applied on not first container in the pod? pod failure actually takes effect at container level, and currently, injected into the first...
Feel free to ask any questions if it would help you under stand chaos mesh better :)
relates to: https://github.com/chaos-mesh/chaos-mesh/pull/4427
Hi @vyatyos , Chaos Mesh would use the self-signed certificates by default, which generated by helm; https://helm.sh/docs/chart_template_guide/function_list/#cryptographic-and-security-functions you could find the usage of `genCA` in the helm chart: helm/chaos-mesh/templates/_certs.tpl so...
also, please take a look this configuration if you're using cert-manager `webhook.certManager`
> 4\. I saw the loop that it was trying to process pods over and over again, which took like 2h and required manual interventions to make it stop and...
like only save the last 5 events for the same record 🤔
or aggregate them with `count` and `lastSeenAt`
relates to https://github.com/chaos-mesh/chaos-mesh/pull/3170