• Kubernetes Submit Queue's avatar
    Merge pull request #41026 from apprenda/kubeadm_fix_os_remove · 751cbc9b
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 40385, 40786, 40999, 41026, 40996)
    
    kubeadm: change os.Remove to os.RemoveAll
    
    **What this PR does / why we need it**: This would not correctly clean out the tmp dir, since os.Remove doesn't recursively remove dirs, which could exist in the tmp dir.
    
    Unit tests are a WIP from #34136
    
    **Special notes for your reviewer**: /cc @luxas @pires 
    
    **Release note**:
    ```release-note
    NONE
    ```
    751cbc9b
Name
Last commit
Last update
..
clicheck Loading commit data...
cloud-controller-manager Loading commit data...
gendocs Loading commit data...
genkubedocs Loading commit data...
genman Loading commit data...
genslateyaml Loading commit data...
genswaggertypedocs Loading commit data...
genutils Loading commit data...
genyaml Loading commit data...
hyperkube Loading commit data...
kube-aggregator Loading commit data...
kube-apiserver Loading commit data...
kube-controller-manager Loading commit data...
kube-discovery Loading commit data...
kube-proxy Loading commit data...
kubeadm Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
kubemark Loading commit data...
libs/go2idl Loading commit data...
linkcheck Loading commit data...
mungedocs Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...