Skip to content

Commit

Permalink
Fix discovery RBAC issues in Kubernetes 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-becker authored and mogren committed Jun 18, 2020
1 parent 7e224af commit 00395cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/master/manifests.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ local awsnode = {
resources: ["eniconfigs"],
verbs: ["get", "list", "watch"],
},
{
apiGroups: ["discovery.k8s.io"],
resources: ["*"],
verbs: ["list", "watch"],
}
],
},

Expand Down

0 comments on commit 00395cb

Please sign in to comment.