kubernetes/cmd/kubeadm/app
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
..
apis/kubeadm Default to control plane v1.6.0-alpha.1 for clusters deployed with kubeadm and using RBAC. Also use constants for authz modes 2017-01-31 09:24:15 +02:00
cmd Merge pull request #40994 from xilabao/update-kubeadm-usage-message 2017-02-06 06:45:06 -08:00
constants Move the apiCallRetryInterval constants to a common place and a little bit cleanup 2017-02-02 00:05:14 +02:00
discovery kubeadm: changed error passing to be more clear 2017-02-02 09:18:42 -08:00
images Move the apiCallRetryInterval constants to a common place and a little bit cleanup 2017-02-02 00:05:14 +02:00
master Remove the kubernetes.io/cluster-service label from the Deployment templates 2017-02-02 22:08:47 +02:00
node Typo fix. 2017-02-03 11:49:19 -08:00
phases Merge pull request #41026 from apprenda/kubeadm_fix_os_remove 2017-02-06 16:51:10 -08:00
preflight kubeadm: break out check for err and hostname 2017-02-01 11:51:16 -08:00
util kubeadm: app/util/template.go has unit tests 2017-02-02 11:31:52 -08:00
BUILD Move the apiCallRetryInterval constants to a common place and a little bit cleanup 2017-02-02 00:05:14 +02: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