Open datawine opened 6 months ago
@datawine I am also facing this same issue! Were you able to resolve? I read on the docs that Chaos Mesh only supports Kubernetes v1.28 and below and I saw that you're on v1.29.
I initially attempted the install on v1.29, but downgrades to v1.28.5 and I'm still facing the same error.
Any help from the community would be greatly appreciated.
I'm installing this on AKS and I followed all of the pre-reqs described in the AKS docs e.g. local accounts enabled, etc. with no luck.
This resolved my issue (installing via CMD prompt and not git bash on Windows)
https://github.com/chaos-mesh/chaos-mesh/discussions/3954
May be worth adding this to the docs in case anyone else is installing via git bash
Bug Report
What version of Kubernetes are you using?
1.29.0
What version of Chaos Mesh are you using?
2.6.3
What did you do? / Minimal Reproducible Example
I tried both
curl -sSL https://mirrors.chaos-mesh.org/v2.6.3/install.sh | bash
and the helm installation (and of course, before uninstallation) seperately for multiple times. Also, I have updated the CRD multiple times withcurl -sSL https://mirrors.chaos-mesh.org/v2.6.3/crd.yaml | kubectl replace -f -
andhelm upgrade --install chaos-mesh chaos-mesh/chaos-mesh -n=chaos-mesh --set chaosDaemon.runtime=containerd --set chaosDaemon.socketPath=/run/containerd/containerd.sock --set dashboard.securityMode=false --version 2.6.3
What did you expect to see?
What did you see instead?
However, i got
The
kubectl describe pods
doesnt output much information:what
kubectl logs
outputs:what
ulimits -n
outputs:I believe the "too many open files" error is just a shallow syptom and the "failed to get informer from cache" is the real problem. Can anyone plz help?