mirror of https://github.com/k3s-io/k3s
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-gupull/6/head
commit
1f18eee335
|
@ -1,4 +1,4 @@
|
|||
apiVersion: extensions/v1beta2
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: heapster-v1.1.0.beta2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: extensions/v1beta2
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: heapster-v1.1.0.beta2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
apiVersion: extensions/v1beta2
|
||||
apiVersion: extensions/v1beta1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: heapster-v1.1.0.beta2
|
||||
|
|
|
@ -71,3 +71,4 @@ spec:
|
|||
emptyDir: {}
|
||||
- name: grafana-persistent-storage
|
||||
emptyDir: {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue