mirror of https://github.com/easzlab/kubeasz.git
修复heapster配置报错:missing required field "selector" in DeploymentSpec
parent
32199cb6bd
commit
70346e958f
|
@ -6,6 +6,9 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: grafana
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -27,6 +27,9 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: heapster
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -6,6 +6,9 @@ metadata:
|
|||
namespace: kube-system
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
k8s-app: influxdb
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue