yashbhutwala / kubectl-df-pv

kubectl plugin - giving admins df (disk free) like utility for persistent volumes
Apache License 2.0
416 stars 32 forks source link

current actor interrupted with error #17

Open vijay-v6 opened 3 years ago

vijay-v6 commented 3 years ago

Hi, Thanks for this amazing plugin.

While using this, the plugin throws the below error for one namespace alone. I've around 5+ namespaces. Of all of this, only one is producing an issue. Not sure why though.

Error:

INFO[2020-12-08T10:58:38Z] TODO goroutine error handling; current actor was interrupted with: failed to get stats from node: resource name may not be empty
INFO[2020-12-08T10:58:38Z] TODO goroutine error handling; current actor was interrupted with: failed to get stats from node: resource name may not be empty
I1208 10:58:39.384456    1995 request.go:621] Throttling request took 1.089050551s, request: GET:https://k8s-apiserver.cluster.local:8443/api/v1/nodes/node20/proxy/stats/summary
INFO[2020-12-08T10:58:47Z] TODO goroutine error handling; current actor was interrupted with: failed to get stats from node: resource name may not be empty
INFO[2020-12-08T10:58:47Z] TODO goroutine error handling; current actor was interrupted with: failed to get stats from node: resource name may not be empty

While with trace verbosity I could see that few metrics are being collected for some PVC's though. But not sure why it gets stuck post that and doesn't respond.

Very much appreciate your support on this.

Chandan1693 commented 1 year ago

@vijay-v6 I have the very same issue, however in my case the issue is across all namespaces.

tnagel1 commented 8 months ago

also have the same issue here :(