Hello, what is the command which shows real time progress / status?

Sidd:
Hello, what is the command which shows real time progress / status?

Mariusz Gomse:
I think that there is no such command. When you have PVC in the pending state too long it means that something is wrong - do a kubectl describe pvc claim-log-1 and check Events

Sidd:
Thanks, the command I was looking for was -w to see real time progress.

Mariusz Gomse:
ok :slightly_smiling_face: good to know. However from my side I preffer watch kubectl ...