add labels to kube component static pods

This commit is contained in:
Mike Danese
2016-04-14 16:03:40 -07:00
parent 6320e41b4f
commit 6d24ca487a
4 changed files with 18 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
labels:
tier: node
component: kube-proxy
spec:
hostNetwork: true
containers: