k3s/cmd/kubeadm/app/node
Kubernetes Submit Queue 41684eb22b Merge pull request #40628 from skriss/kubeadm_multi_endpoint_bugfix
Automatic merge from submit-queue (batch tested with PRs 40392, 39242, 40579, 40628, 40713)

fixed bug #36988 -- kubeadm join crashes when using multiple API endpoints

**What this PR does / why we need it**:
Simple bug fix for #36988 (kubeadm crashes when trying to join nodes to a master with multiple API endpoints) -- stopChan was getting closed multiple times, once per endpoint. Moved the close into the once.Do(...)

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*:
fixes #36988 

**Special notes for your reviewer**:
this is my first kubernetes commit, just getting familiar with the process, so any/all feedback is appreciated

**Release note**:
2017-01-31 01:16:54 -08:00
..
BUILD move dynamic and discovery clients 2017-01-26 08:37:06 -05:00
bootstrap.go fixed bug #36988 -- kubeadm crashes when using multiple API endpoints 2017-01-24 16:51:16 -08:00
bootstrap_test.go Merge pull request #40628 from skriss/kubeadm_multi_endpoint_bugfix 2017-01-31 01:16:54 -08:00
csr.go move authoritative client-go utils out of pkg 2017-01-24 08:59:18 -05:00
discovery.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
discovery_test.go kubeadm: refactor discovery behind an interface 2016-12-15 13:54:49 -08:00