I want to set higher logging verbosity in my k8s setup. While i managed to enable verbosity for API server and Kubectl by --v=4
argument; I am having difficulties finding way to pass in this flag to Kubelet.
I am using kubeadm init
method to launch small scale cluster, where master is also tainted so it can serve as minion. can you help in in enabling kubelet logging verbosity ?