chaosblade icon indicating copy to clipboard operation
chaosblade copied to clipboard

k8s pod-net delay create error

Open shikeno opened this issue 3 years ago • 1 comments

Issue Description

I created a pod-net delay, but this job status is error why did I get this error message "system error, uid: ``"

image

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

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?

shikeno avatar Jun 21 '22 03:06 shikeno

please show the logs of operator , the way is how to get logs

  1. kubectl get pods -n chaosblade
  2. kubectl logs [operator-pod-name] -n chaosblade

MandssS avatar Jun 24 '22 07:06 MandssS