-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
I got several strange issues ...
./check_kubernetes.sh -m statefulsets -N namespace -n sts-name
OK. Statefulset namespace/sts-name 3/3 ready
works fine while
./check_kubernetes.sh -m statefulsets -N namespace -n sts-name
No statefulsets found
doesn't find anything.
Same with most other checks, nodes and unboundpvc work while pvc doesn't and even gives jq errors:
jq: error (at :1): Cannot iterate over null (null)
jq: error (at :1): Cannot iterate over null (null)
jq: error (at :1): Cannot iterate over null (null)
OK. No problem on 0 pvc storage
Also tried using -H and -T to not use kubectl, but didn't change anything.
Any ideas?
Metadata
Metadata
Assignees
Labels
No labels