Zhiqiang ZHOU

Results 317 comments of Zhiqiang ZHOU

I was suffering with profiling the performance of the chaos mesh controller-manager recently days. It makes me concentrate much more on the tracing of Kubernetes operators. I will start to...

Hi @ameukam , what should I do with the label `do-not-merge/blocked-paths`?

I am also bothered with this issue recently. minikube does not works with that `200-loopback.conf` because the field `name` is missed.

I think it might resolve https://github.com/dorny/test-reporter/issues/67

I noticed that here is already a PR relates to this issue: https://github.com/dorny/test-reporter/pull/165

Actually, we could use `Schedule` to orchestrate `Workflow` now, but we do not support creating it on the dashboard because of the complexity UX logic. ref: https://github.com/chaos-mesh/chaos-mesh/blob/cbead3e4b469f6453957d54967cb3f24ae2db0f3/api/v1alpha1/schedule_item.go#L24 also cc @YangKeao

What does "scheduler" means? `Schedule` is supported after Chaos Mesh 2.0.0, and it is supported in 2.2.0. https://chaos-mesh.org/docs/define-scheduling-rules/ Did you face any issues when using `Schedule`?

Hi @ChanKunggc , are you using cgroup v2? Currently StressChaos does not work well with cgroupv2. :sob:

> Seeing the same on Kubernetes v1.21.9 and chaos mesh v2.1.3. Does it mean we have to build a custom chaosdaemon image with that line removed? I think it could...

> Could I update Chaos Mesh/chaosd without downtime? I mean, during upgrade to the newer version, all ongoing experiments will work fine, dashboard will work, etc. The same question is...