Kubectl should support verbose parameter

When executing kubectl commands, I hope to see those http interfaces that the command calls, but now kubectl does not have a parameter like “verbose”. If this feature is added, kubectl will be more friendly to debugging and newbies.

It does, you can control the verbosity level as well. Details here: Command line tool (kubectl) | Kubernetes

Thanks for the reminder, I didn’t see it in kubectl help before, I thought there was no such function :innocent: