You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This scenario simulates coredns service disruption by:
59
-
1. Scaling coredns Deployment replicas to 0
60
-
2. Maintaining zero replicas for specified duration
61
-
3. Restoring original replica count
72
+
73
+
1.**Pre-check**: Verify the existence of the `tke-chaos-test/tke-chaos-precheck-resource ConfigMap` in the target cluster to ensure the cluster is available for testing
74
+
75
+
2.**Component Shutdown**: Log in to the Argo Web UI, click on `coredns-disruption-scenario workflow`, then click the `RESUME` button under the `SUMMARY` tab of the `suspend-1` node to scale down the coredns Deployment replicas to 0
76
+
77
+
3.**Service Validation**: During the coredns disruption, you can verify whether your services are affected by the coredns disruption
78
+
79
+
4.**Component Recovery**: Click the `RESUME` button under the `SUMMARY` tab of the `suspend-2` node to restore the coredns Deployment replicas
This scenario simulates kubernetes-proxy service disruption by:
75
-
1. Scaling kubernetes-proxy Deployment replicas to 0
76
-
2. Maintaining zero replicas for specified duration
77
-
3. Restoring original replica count
92
+
93
+
1.**Pre-check**: Verify the existence of the `tke-chaos-test/tke-chaos-precheck-resource ConfigMap` in the target cluster to ensure the cluster is available for testing
94
+
95
+
2.**Component Shutdown**: Log in to the Argo Web UI, click on `kubernetes-proxy-disruption-scenario workflow`, then click the `RESUME` button under the `SUMMARY` tab of the `suspend-1` node to scale down the kubernetes-proxy Deployment replicas to 0
96
+
97
+
3.**Service Validation**: During the kubernetes-proxy disruption, you can verify whether your services are affected by the kubernetes-proxy disruption
98
+
99
+
4.**Component Recovery**: Click the `RESUME` button under the `SUMMARY` tab of the `suspend-2` node to restore the kubernetes-proxy Deployment replicas
2.**组件停机**:登录argo Web UI,点击`kubernetes-proxy-disruption-scenario workflow`,点击`suspend-1`节点`SUMMARY`标签下的`RESUME`按钮,将`kubernetes-proxy Deployment`副本数缩容到`0`
0 commit comments