Closed Mountaincnc closed 4 years ago
通过release提供的命令
$ blades=($(kubectl get blade | grep -v NAME | awk '{print $1}' | tr '\n' ' ')) && kubectl patch blade $blades --type merge -p '{"metadata":{"finalizers":[]}}'
删除了资源 但是加入metadata.finalizers字段后再删除资源,在node上运行的实验不会停止
从另一个集群测试,没发现这个问题。应该是集群环境导致的,我再排查排查
您好,我遇到了相同的问题,请问你是怎么解决的呢
您好,我遇到了相同的问题,请问你是怎么解决的呢
Please execute the following command with --kubeconfig
flag used to specify the cluster.
blades=($(kubectl get blade | grep -v NAME | awk '{print $1}' | tr '\n' ' ')) && kubectl patch blade $blades --type merge -p '{"metadata":{"finalizers":[]}}'
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
通过yaml配置的测试实验无法删除
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
进行部署后,节点CPU使用率升到80%
Tell us your environment
kubernetes环境:
docker环境:
chaosblade版本:0.6.0
Anything else we need to know?