chaos-mesh: Unable to install 2.1.3
hi @iguoyr - I am opening a new Issue further to #2823 (unable to run experiments on version 1.2.2). Now, we are trying to deploy 2.1.3 via Jenkins and get the below error. Any help/suggestions would be appreciated. All our activities are stalled due to previous reported issue (#2823) and now this is the new issue. I have attached the snapshot of the error message.
Bug Report
What version of Kubernetes are you using?
What version of Chaos Mesh are you using?
What did you do?
What did you expect to see?
What did you see instead?
Output of chaosctl
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 17 (9 by maintainers)
@iguoyr - I think we have finally managed to install 2.0.7 and things are looking good as of now. We could close both the incidents that I reported. I really appreciate your patience and help in this regard. Let me know if there is any forum I could give the feedback… 👍 Thanks Again!
@Prashanth-BP I think it is caused by the inconsistency between the helm chart version(v2.1.3) and the real component version(v2.0.7) of Chaos Mesh. The error log shows that the controller manager does not support leader election, because this feature only works in v2.1.x version.
If you want to install Chaos Mesh v2.0.7, you could refer to this document. Or if you want to install Chaos Mesh v2.1.3, you could refer to this document.