• Kubernetes Submit Queue's avatar
    Merge pull request #32209 from errordeveloper/move-node-csr-helper · a57f128a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Move CSR helper for nodes out of kubelet
    
    **What this PR does / why we need it**:
    
    Including `cmd/kubelet/app` in kubeadm causes flag leakage.
    
    Namelly, the problem is with `pkg/credentialprovider/gcp`, which
    leaks `--google-json-key` and changing the behaviour of `init()`
    doesn't sound reasonable, given kubelet is the only one who uses
    this packages and obviously the flag is part of the functionality.
    
    The helper is already generic enough, it has already been exported
    and works well for kubeadm, so moving it should be fine.
    
    **Special notes for your reviewer**: cc @mikedanese @yifan-gu @gtank
    
    **Release note**:
    
    ```release-note
    NONE
    ```
    a57f128a
Name
Last commit
Last update
..
gendocs Loading commit data...
genkubedocs Loading commit data...
genman Loading commit data...
genswaggertypedocs Loading commit data...
genutils Loading commit data...
genyaml Loading commit data...
hyperkube Loading commit data...
kube-apiserver Loading commit data...
kube-controller-manager Loading commit data...
kube-dns Loading commit data...
kube-proxy Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
kubernetes-discovery Loading commit data...
libs/go2idl Loading commit data...
linkcheck Loading commit data...
mungedocs Loading commit data...
OWNERS Loading commit data...