@xcaspar i was trying to use the k8s command from the chaosblade but it was throwing error then i checked out the chaosblade-operator but we dont use helm we use open source k8 is there any documentation for that ?
is the choasblade-operator is different controller for k8?
@soura49 chaosblade-operator is chaosblade resource controller created by k8s CRD. You can use kubectl get blade command to view the experiments details.
soura49
@soura49
@xcaspar thank you so much for the above info... k8 pod deletion worked fine Is there a way to query the list of the experiments that created through cli (non-k8 and k8) or through the sql lite db of the chaosblade ?
xcaspar
@xcaspar
@soura49 Yes, you can use blade status --type create or blade status <UID> command to query the experiments in all env and use blade query k8s create <UID> or kubectl get blade command to query the detail status for k8s experiments.
thank you will try to check that tomorrow morning is there a road map to include all the k8's objects by chaosblade-operator ?
@xcaspar ^^
xcaspar
@xcaspar
@soura49 Yes, we will enhance basic resource experiments such as network and io, and add more k8s resources experiments, such as service and ingress. We will Integrate with other cloud-native components, such as prometheus.
zj881127
@zj881127
Hello,everyone. I run "./blade create disk burn --read" On Mac OS,but it failed. {"code":604,"success":false,"error":"Error: using dd command to create a temp file under / directory for reading error, dd: bs: illegal numeric value exit status 1"}, how to fix it ? For chaosblade-0.4.0
xcaspar
@xcaspar
@zj881127 Sorry, Only linux platform is supported in the disk experiment scenario.
on chaosblade-0.7.0 version,when I run “./blade create network delay --interface eth1 --local-port 20020 --offset 100 --time 1000 --timeout 10”,response is “{"code":604,"success":false,"error":"SIOCSIFTXQLEN: Operation not permitted\n exit status 1 exit status 1"}”,why?how to solve?
Sudhir Singh
@sudhirsingh31
I have deployed one pod in default namespace, but couldn't able to start the experiment delete_pod_by_names
kubectl describe pod hello Name: hello Namespace: default
Hi All, I want to run the java application experiments , my java application is running as microservice inside kubernetes cluster. Please share the steps/doc containing details to install and run the "chaosblade-exec-jvm" experiments inside kubernetes cluster.
xliudaxia
@xliudaxia
请问前端源码去哪里找?
WANGJIANGA
@WANGJIANGA
大家好。
lijinghuatongxue
@lijinghuatongxue
请问钉钉群如何加入
clover
@UncleClover
这里有人在吗?
kpali
@kpali
请问,支持注入在k8s运行的java吗?有没有可行的建议?
Shambhu Kumar Sinha
@shambhusinha_twitter
Hi
xcaspar
@xcaspar
请问,支持注入在k8s运行的java吗?有没有可行的建议?
chaosblade has supported java experiments under k8s. You can execute blade c k8s -h to see the details.
Hi
Hi.
hbiboluo
@hbiboluo
使用darwin包,mac系统下报:{"code":503,"success":false,"error":"iptables command not found"}
I've tried chaosblade operator v1.4 and half of the experiments just don't work because of the critical bugs. I don't see any activity in issue tracker, is this project still supported?