chaosblade
chaosblade copied to clipboard
k8s pod-net delay create error
Issue Description
I created a pod-net delay, but this job status is error why did I get this error message "system error, uid: ``"
my yaml: apiVersion: chaosblade.io/v1alpha1 kind: ChaosBlade metadata: name: net-load spec: experiments:
- action: delay
desc: network abnormal
matchers:
- name: names
value:
- idac-86758f566b-rhkq6
- name: namespace
value:
- engine
- name: timeout
value:
- '1800'
- name: time
value:
- '180000'
- name: offset
value:
- '100'
- name: interface
value:
- eth0
- name: local-port
value:
- '8990'
- name: chaosblade-path
value:
- /home/work scope: pod target: network
- name: names
value:
Type: bug report , feature request or question
Describe what happened (or what feature you want)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
please show the logs of operator , the way is how to get logs
- kubectl get pods -n chaosblade
- kubectl logs [operator-pod-name] -n chaosblade