kubernetes/cmd/kubeadm/app
Kubernetes Submit Queue 608b81a63f Merge pull request #50174 from luxas/kubeadm_add_back_component_label
Automatic merge from submit-queue (batch tested with PRs 50254, 50174, 50179)

kubeadm: Add back labels for the Static Pod control plane

**What this PR does / why we need it**:

This Labels section has been removed now for a short period during the v1.8 dev cycle, but I found a good use-case for it; namely filtering Mirror Pods by the `component=kube-*` label when waiting for the self-hosted control plane to come up after an upgrade. It's not _really_ neccessary, but nice to have.

Also noticed the lack of coverage for this func, so added a small unit test.

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

Dependency for: https://github.com/kubernetes/kubernetes/pull/48899

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
@kubernetes/sig-cluster-lifecycle-pr-reviews @dmmcquay @timothysc @mattmoyer
2017-08-08 04:02:54 -07:00
..
apis/kubeadm Enable selfHosted feature flag 2017-08-07 15:20:34 +02:00
cmd Enable selfHosted feature flag 2017-08-07 15:20:34 +02:00
constants kubeadm: use kubelet bootstrap instead of reimplementing 2017-07-27 09:21:24 -07:00
discovery Fix comment of isHTTPSURL 2017-08-03 15:42:33 +08:00
images Cleanup usage of cmd/kubeadm/app/images in addons 2017-07-18 11:24:15 +03:00
node kubeadm: Replace *clientset.Clientset with clientset.Interface 2017-08-04 21:14:50 +03:00
phases Merge pull request #50174 from luxas/kubeadm_add_back_component_label 2017-08-08 04:02:54 -07:00
preflight Fixes kubernetes/kubeadm#347 2017-07-31 14:31:27 -04:00
util fully implement kubeadm-phase-kubeconfig 2017-08-05 16:44:39 +02:00
BUILD kubeadm: Split out markmaster to its own phase 2017-07-18 11:08:43 +03: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