k3s/cmd/kubeadm
Kubernetes Submit Queue 443192c349 Merge pull request #41734 from xilabao/prompt-user-to-use-admin-kubeconfig
Automatic merge from submit-queue

Prompt user to use secure config in kubeadm

If don't set the kubeconfig, the default action is to use insecure port to connect to apiserver.  It's necessary to tell people to use the admin.kubeconfig 

```
#kubectl cluster-info
Kubernetes master is running at http://localhost:8080
KubeDNS is running at http://localhost:8080/api/v1/proxy/namespaces/kube-system/services/kube-dns

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.
```
2017-02-21 08:48:13 -08:00
..
app Merge pull request #41734 from xilabao/prompt-user-to-use-admin-kubeconfig 2017-02-21 08:48:13 -08:00
test/cmd Merge pull request #41277 from apprenda/kubeadm_join_test-cmds 2017-02-14 15:30:19 -08:00
BUILD kubeadm: updated cmd tests as discussed in SIG 2017-02-07 12:47:07 -08:00
OWNERS kubeadm: add dmmcquay as a reviewer 2017-02-14 10:16:04 -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