Skip to content

Commit

Permalink
Merge pull request #214 from nckturner/sa-token-create
Browse files Browse the repository at this point in the history
Add permission for service account token creation
  • Loading branch information
k8s-ci-robot authored May 10, 2021
2 parents d311004 + 2ded4b5 commit 1c50479
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/aws-cloud-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
apiVersion: v1
name: aws-cloud-controller-manager
description: Installs Cloud Controller Manager for AWS Cloud Provider
version: 0.0.2
appVersion: v1.20.0-alpha.0
version: 0.0.3
appVersion: v1.21.0-alpha.0
maintainers:
- name: Jeswin K Ninan
email: [email protected]
Expand Down
8 changes: 7 additions & 1 deletion charts/aws-cloud-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extraArgs: {}

image:
repository: gcr.io/k8s-staging-provider-aws/cloud-controller-manager
tag: v1.20.0-alpha.0
tag: v1.21.0-alpha.0

# nameOverride -- String to partially override `aws-cloud-controller-manager.fullname`
nameOverride: "aws-cloud-controller-manager"
Expand Down Expand Up @@ -89,6 +89,12 @@ clusterRoleRules:
- list
- watch
- update
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create

# resources -- Pod resource requests and limits.
resources:
Expand Down
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ The AWS cloud provider is released with a specific semantic version that correla

| Kubernetes Version | Latest AWS Cloud Provider Release Version |
|-----------------------------|-----------------------------------------------|
| v1.21 | v1.21.0-alpha.0 |
| v1.20 | v1.20.0-alpha.0 |
| v1.19 | v1.19.0-alpha.1 |
| v1.18 | v1.18.0-alpha.1 |
Expand Down
6 changes: 6 additions & 0 deletions manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ rules:
- list
- watch
- update
- apiGroups:
- ""
resources:
- serviceaccounts/token
verbs:
- create
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 1c50479

Please sign in to comment.