Update Linode CSI driver
This commit is contained in:
parent
53b703819c
commit
db9867f3c9
5 changed files with 12 additions and 5 deletions
|
|
@ -56,7 +56,7 @@ spec:
|
|||
secretKeyRef:
|
||||
key: token
|
||||
name: linode
|
||||
image: linode/linode-blockstorage-csi-driver:v0.4.0
|
||||
image: linode/linode-blockstorage-csi-driver:v0.4.1
|
||||
imagePullPolicy: Always
|
||||
name: csi-linode-plugin
|
||||
securityContext:
|
||||
|
|
@ -94,6 +94,13 @@ spec:
|
|||
- mountPath: /scripts
|
||||
name: get-linode-id
|
||||
serviceAccount: csi-node-sa
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
operator: Exists
|
||||
- key: CriticalAddonsOnly
|
||||
operator: Exists
|
||||
- effect: NoExecute
|
||||
operator: Exists
|
||||
volumes:
|
||||
- emptyDir: {}
|
||||
name: linode-info
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue