【Chaos Mesh官方文档】Check Workflow Status

Check workflow status using Chaos Dashboard

  1. List all workflows in Chaos Dashboard.

  1. Select the workflow you want to check and see the details of the workflow.

Check workflow status using kubectl commands

  1. Execute the following command to list the current created workflows in the specified namespace:

    kubectl -n <namespace> get workflow
    

Choose a workflow you want to check and specify the workflow name in the following command. Execute the command to get all workflow nodes of the workflow:

kubectl -n <namespace> get workflownode --selector="chaos-mesh.org/workflow=<workflow-name>"
  • The steps of the workflow are represented by the names of these workflow nodes.

  • Execute the following command to the get detailed status of the specified workflow node:

    kubectl -n <namespace> describe workflownode <workflow-node-name>
    
  • The output includes whether the execution of the current node is completed, the execution status of its parallel or serial node, the corresponding Chaos experiment object of the current node, and so on.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值