Merge pull request #27092 from euank/monitoring-api-version

Automatic merge from submit-queue

cluster/gce/coreos: Update heapster apiVersion

This fixes an inadvertant search-replace error in #26617.
The error was missed then because the search-replace issue wasn't
present in the standalone controllers, but was in all the others.

I verified that with this change heapster comes up under the default influxdb monitoring and without this change addon manager spits out validation failure errors for the heapster yaml.

cc @yifan-gu
pull/6/head
k8s-merge-robot 2016-06-10 01:01:44 -07:00 committed by GitHub
commit 1f18eee335
4 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2

View File

@ -1,4 +1,4 @@
apiVersion: extensions/v1beta2
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: heapster-v1.1.0.beta2

View File

@ -71,3 +71,4 @@ spec:
emptyDir: {}
- name: grafana-persistent-storage
emptyDir: {}