mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 03:33:26 +00:00
Reduce logging noise
Don't use %#v for errors. Do use %+v when more detail than %v is needed. Fix typos Kublet -> Kubelet.
This commit is contained in:
@@ -14,6 +14,6 @@ See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
// Package kubelet is the package that contains the libraries that drive the Kublet binary.
|
||||
// The kublet is responsible for node level pod management. It runs on each worker in the cluster.
|
||||
// Package kubelet is the package that contains the libraries that drive the Kubelet binary.
|
||||
// The kubelet is responsible for node level pod management. It runs on each worker in the cluster.
|
||||
package kubelet
|
||||
|
Reference in New Issue
Block a user