Skip to content

Commit

Permalink
kube-dns-autoscaler: Add node watch to permissions
Browse files Browse the repository at this point in the history
We had to bump the channel version to 1.14.11-kops.1, even though it's
still 1.14.10, because we didn't have the kops suffix yet.  A little
awkward now, but will get better once kube-dns is updated!

Fix kubernetes#6711
  • Loading branch information
justinsb committed Apr 7, 2019
1 parent e0f353e commit b6dabe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list"]
verbs: ["list","watch"]
- apiGroups: [""]
resources: ["replicationcontrollers/scale"]
verbs: ["get", "update"]
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri

{
key := "kube-dns.addons.k8s.io"
version := "1.14.10"
version := "1.14.11-kops.1"

{
location := key + "/pre-k8s-1.6.yaml"
Expand Down

0 comments on commit b6dabe8

Please sign in to comment.