Skip to content

Commit

Permalink
Merge pull request #1994 from zalando-incubator/update-vpa-v1beta2
Browse files Browse the repository at this point in the history
Updated the VPAs to v1beta2
  • Loading branch information
arjunrn authored Apr 10, 2019
2 parents f6a264c + 6d68f36 commit c25446c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cluster/manifests/external-dns/vpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling.k8s.io/v1beta1
apiVersion: autoscaling.k8s.io/v1beta2
kind: VerticalPodAutoscaler
metadata:
name: external-dns
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/heapster/vpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling.k8s.io/v1beta1
apiVersion: autoscaling.k8s.io/v1beta2
kind: VerticalPodAutoscaler
metadata:
name: heapster
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/ingress-controller/vpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling.k8s.io/v1beta1
apiVersion: autoscaling.k8s.io/v1beta2
kind: VerticalPodAutoscaler
metadata:
name: kube-ingress-aws-controller
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/kubernetes-lifecycle-metrics/vpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling.k8s.io/v1beta1
apiVersion: autoscaling.k8s.io/v1beta2
kind: VerticalPodAutoscaler
metadata:
name: kubernetes-lifecycle-metrics-vpa
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/metrics-server/metrics-server-vpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling.k8s.io/v1beta1
apiVersion: autoscaling.k8s.io/v1beta2
kind: VerticalPodAutoscaler
metadata:
name: metrics-server-vpa
Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/prometheus/prometheus-vpa.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: autoscaling.k8s.io/v1beta1
apiVersion: autoscaling.k8s.io/v1beta2
kind: VerticalPodAutoscaler
metadata:
name: prometheus-vpa
Expand Down

0 comments on commit c25446c

Please sign in to comment.