mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-21 22:49:31 +00:00
Automatic merge from submit-queue (batch tested with PRs 59027, 62333, 57661, 62086, 61584). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Implement verbosity feature for kubeadm [WIP] Adds verbosity feature to init command hierarchy of kubeadm utility. **What this PR does / why we need it**: Implements verbosity feature to kubeadm **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes kubernetes/kubeadm#340 **Special notes for your reviewer**: I will be splitting this work into a smaller PR to keep it separate and clean. **Release note**: ```release-note Implements verbosity logging feature for kubeadm commands ```