mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #35510 from Crassirostris/heapster-coreos-upate
Automatic merge from submit-queue Update heapster for coreos configuration Updated heapster in coreos configurations to the latest version @piosz
This commit is contained in:
commit
0dc983a4c0
@ -20,7 +20,7 @@ spec:
|
|||||||
version: v1.1.0
|
version: v1.1.0
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
|
||||||
@ -41,7 +41,7 @@ spec:
|
|||||||
- name: usrsharecacerts
|
- name: usrsharecacerts
|
||||||
mountPath: /usr/share/ca-certificates
|
mountPath: /usr/share/ca-certificates
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
version: v1.1.0
|
version: v1.1.0
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
|
||||||
@ -42,7 +42,7 @@ spec:
|
|||||||
- name: usrsharecacerts
|
- name: usrsharecacerts
|
||||||
mountPath: /usr/share/ca-certificates
|
mountPath: /usr/share/ca-certificates
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
version: v1.1.0
|
version: v1.1.0
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
|
||||||
@ -34,7 +34,7 @@ spec:
|
|||||||
- /heapster
|
- /heapster
|
||||||
- --source=kubernetes.summary_api:''
|
- --source=kubernetes.summary_api:''
|
||||||
- --sink=influxdb:http://monitoring-influxdb:8086
|
- --sink=influxdb:http://monitoring-influxdb:8086
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
version: v1.1.0
|
version: v1.1.0
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: gcr.io/google_containers/heapster:v1.1.0
|
- image: gcr.io/google_containers/heapster:v1.2.0
|
||||||
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
Block a user