Merge pull request #593 from bogdando/label_apps

Label k8s apps, adjust collect info commands
This commit is contained in:
Bogdan Dobrelya
2016-11-10 18:09:05 +01:00
committed by GitHub
10 changed files with 106 additions and 39 deletions

View File

@@ -3,6 +3,8 @@ kind: Pod
metadata:
name: kube-proxy
namespace: kube-system
labels:
k8s-app: kube-proxy
spec:
hostNetwork: true
containers:

View File

@@ -3,6 +3,8 @@ kind: Pod
metadata:
name: nginx-proxy
namespace: kube-system
labels:
k8s-app: kube-nginx
spec:
hostNetwork: true
containers: