netdata/helmchart

How to check for disk space on the parent pod ?

kedare opened this issue · 1 comments

Hello

I was trying to check for the disk space on the database volume of the parent pod, apparently there something preventing from running exec on this pod, any idea of what it can be ? I could not get any command or shell to pass correctly

$ kubectl exec netdata-parent-77f97f7884-6hflv default -- df -h
error: Internal error occurred: error executing command in container: failed to exec in container: failed to start exec "13906acf085f4fc32a111f09405fd2a8cd360559eef5096883dc7094d9357bcf": OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown

Thanks

OK nothing, the node was in a inconsistent state apparently, recycled it to a new one and it's now working fine :)
Sorry for the noise