kubernetes/cmd/kubeadm
Kubernetes Submit Queue 751cbc9b0c Merge pull request #41026 from apprenda/kubeadm_fix_os_remove
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
```
2017-02-06 16:51:10 -08:00
..
app Merge pull request #41026 from apprenda/kubeadm_fix_os_remove 2017-02-06 16:51:10 -08:00
test kubeadm: replaced period as token separator in favor of colon. 2017-01-16 18:57:23 +00:00
BUILD Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
kubeadm.go Refactor the whole binary, a lot of changes in one commit I know, but I just hacked on this and modified everything I thought was messy or could be done better. 2016-12-09 12:48:12 +02:00
OWNERS Update OWNERS approvers and reviewers: cmd/kubeadm 2016-12-12 15:48:47 -08:00