Skip to content

Commit

Permalink
Merge pull request #64 from phillc/master
Browse files Browse the repository at this point in the history
Update sidecars
  • Loading branch information
phillc authored Jan 29, 2021
2 parents ea5a237 + 90d3ffe commit 5ec7ed8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ More information about the Kubernetes CSI can be found in the GitHub [Kubernetes

### Requirements

* Kubernetes v1.15+
* Kubernetes v1.16+
* The node `hostname` must match the Linode Instance `label`

### Secure a Linode API Access Token:
Expand Down
9 changes: 6 additions & 3 deletions deploy/kubernetes/sidecars/external-resizer/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# xref: https://raw.githubusercontent.com/kubernetes-csi/external-resizer/v0.5.0/deploy/kubernetes/rbac.yaml
# xref: https://raw.githubusercontent.com/kubernetes-csi/external-resizer/v1.0.1/deploy/kubernetes/rbac.yaml

# This YAML file contains all RBAC objects that are necessary to run external
# CSI resizer.
Expand Down Expand Up @@ -31,13 +31,16 @@ rules:
# verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["persistentvolumes"]
verbs: ["get", "list", "watch", "update", "patch"]
verbs: ["get", "list", "watch", "patch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["get", "list", "watch"]
- apiGroups: [""]
resources: ["persistentvolumeclaims/status"]
verbs: ["update", "patch"]
verbs: ["patch"]
- apiGroups: [""]
resources: ["events"]
verbs: ["list", "watch", "create", "update", "patch"]
Expand Down
2 changes: 1 addition & 1 deletion hack/fetch-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ function external_resizer {

external_provisioner "1.6"
external_attacher "2.2"
external_resizer "0.5.0"
external_resizer "1.0.1"

0 comments on commit 5ec7ed8

Please sign in to comment.