This commit is contained in:
parent
154fce15e4
commit
838b0de25f
9 changed files with 93 additions and 25 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: external-attacher-role
|
||||
name: external-attacher-runner
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: csi-controller-sa
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: external-provisioner-role
|
||||
name: external-provisioner-runner
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: csi-controller-sa
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: ClusterRole
|
||||
name: external-resizer-role
|
||||
name: external-resizer-runner
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: csi-controller-sa
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ spec:
|
|||
secretKeyRef:
|
||||
key: token
|
||||
name: linode
|
||||
image: linode/linode-blockstorage-csi-driver:v0.3.0
|
||||
image: linode/linode-blockstorage-csi-driver:v0.4.0
|
||||
imagePullPolicy: Always
|
||||
name: linode-csi-plugin
|
||||
volumeMounts:
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ spec:
|
|||
secretKeyRef:
|
||||
key: token
|
||||
name: linode
|
||||
image: linode/linode-blockstorage-csi-driver:v0.3.0
|
||||
image: linode/linode-blockstorage-csi-driver:v0.4.0
|
||||
imagePullPolicy: Always
|
||||
name: csi-linode-plugin
|
||||
securityContext:
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
- update
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
@ -21,12 +20,19 @@ rules:
|
|||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
- watch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- persistentvolumeclaims/status
|
||||
verbs:
|
||||
- update
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue