mirror of https://github.com/k3s-io/k3s
Yet another try to migrate to the new Heapster
parent
0c5cc1bde1
commit
7d4a948b1f
|
@ -26,7 +26,7 @@ spec:
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: heapster
|
name: heapster
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
@ -44,7 +44,7 @@ spec:
|
||||||
- name: ssl-certs
|
- name: ssl-certs
|
||||||
mountPath: /etc/ssl/certs
|
mountPath: /etc/ssl/certs
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: eventer
|
name: eventer
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: heapster
|
name: heapster
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
@ -44,7 +44,7 @@ spec:
|
||||||
- name: ssl-certs
|
- name: ssl-certs
|
||||||
mountPath: /etc/ssl/certs
|
mountPath: /etc/ssl/certs
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: eventer
|
name: eventer
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: heapster
|
name: heapster
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
@ -40,7 +40,7 @@ spec:
|
||||||
- /heapster
|
- /heapster
|
||||||
- --source=kubernetes:''
|
- --source=kubernetes:''
|
||||||
- --sink=influxdb:http://monitoring-influxdb:8086
|
- --sink=influxdb:http://monitoring-influxdb:8086
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: eventer
|
name: eventer
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
|
|
@ -26,7 +26,7 @@ spec:
|
||||||
kubernetes.io/cluster-service: "true"
|
kubernetes.io/cluster-service: "true"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v0.20.0-alpha1
|
- image: gcr.io/google_containers/heapster:v0.20.0-alpha2
|
||||||
name: heapster
|
name: heapster
|
||||||
resources:
|
resources:
|
||||||
# keep request = limit to keep this container in guaranteed class
|
# keep request = limit to keep this container in guaranteed class
|
||||||
|
|
Loading…
Reference in New Issue