kube-prometheus: put in kube-system

These manifests should live in kube-system; otherwise the label selector
won't work.
This commit is contained in:
Brandon Philips
2017-03-27 14:50:22 +02:00
parent ce6b7009f8
commit 86e5854918
5 changed files with 5 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
hack/cluster-monitoring/deploy
kubectl --namespace=kube-system apply -f manifests/k8s/self-hosted
kubectl apply -f manifests/k8s/self-hosted

View File

@@ -2,5 +2,5 @@
hack/cluster-monitoring/teardown
kubectl --namespace=kube-system delete -f manifests/k8s/self-hosted
kubectl delete -f manifests/k8s/self-hosted