Zhiqiang ZHOU

Results 317 comments of Zhiqiang ZHOU

Hi @zhuazi, we use a series of controllers for the lifecycle of all types of chaos, you could find it in: https://github.com/chaos-mesh/chaos-mesh/blob/8d8ed48eed82ca60106cf85c84a368bd10f6bc4e/controllers/common/step.go#L26-L28 I think the desiredphase controller is what you...

Sorry for the late response, the "controller" called `desiredphase` would use the current time, creation timestamp, and field `duration` to determine "should the chaos experiment effect right now or not"

/cc @Andrewmatilde @WangXiangUSTC PTAL

Chaos Mesh does not require you to permit "privileged container" on the application pod. It is enough that let `chaos-daemon` run as "privileged". If the environment is restricted by `PodSecurityContext`...

I propose using **Kubernetes 1.19** as the minimum supported kubernetes version in 2.3.0. PTAL @chaos-mesh/maintainers @chaos-mesh/committers refer: supported Kubernetes version on cloud providers: - AWS: 1.19 https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html - Azure AKS:...

I think this enhancement would NOT be carried with 2.3.0, because we only have a few days. I would update the milestone.

Hi @arun-022 , I noticed the error message: "com.sun.tools.attach.AgentInitializationException: Agent JAR loaded but agent failed to initialize"; Could you provide: - the JVMChaos resource as yaml file - JVM kind...

~~The current message in reason is "specified pods are not existed", do you have any suggestion? :heart: @xlgao-zju~~\ Sorry, I thought the last status in @xlgao-zju 's reply is the...

I think we'd better also use the "internal - versioned API" pattern for flexible future in-coming changes like mentioned in https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md

Hi @afzal442 do you need some help?