Skip to content

Commit

Permalink
Update cluster-proportional-autoscaler to 1.4.0 to use apps/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Jan 29, 2019
1 parent d435ba6 commit 94381c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
spec:
containers:
- name: autoscaler
image: k8s.gcr.io/cluster-proportional-autoscaler-{{Arch}}:1.3.0
image: k8s.gcr.io/cluster-proportional-autoscaler-{{Arch}}:1.4.0
resources:
requests:
cpu: "20m"
Expand Down Expand Up @@ -283,7 +283,7 @@ rules:
- apiGroups: [""]
resources: ["replicationcontrollers/scale"]
verbs: ["get", "update"]
- apiGroups: ["extensions"]
- apiGroups: ["extensions", "apps"]
resources: ["deployments/scale", "replicasets/scale"]
verbs: ["get", "update"]
# Remove the configmaps rule once below issue is fixed:
Expand Down

0 comments on commit 94381c1

Please sign in to comment.