修复heapster配置报错:missing required field "selector" in DeploymentSpec

pull/33/head
jmgao 2017-12-20 09:11:56 +08:00
parent 32199cb6bd
commit 70346e958f
3 changed files with 9 additions and 0 deletions

View File

@ -6,6 +6,9 @@ metadata:
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: grafana
template:
metadata:
labels:

View File

@ -27,6 +27,9 @@ metadata:
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: heapster
template:
metadata:
labels:

View File

@ -6,6 +6,9 @@ metadata:
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: influxdb
template:
metadata:
labels: