Update Linode CSI driver
This commit is contained in:
parent
53b703819c
commit
db9867f3c9
5 changed files with 12 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: external-attacher-runner
|
name: external-attacher-role
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: csi-controller-sa
|
name: csi-controller-sa
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: external-provisioner-runner
|
name: external-provisioner-role
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: csi-controller-sa
|
name: csi-controller-sa
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ metadata:
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: external-resizer-runner
|
name: external-resizer-role
|
||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: csi-controller-sa
|
name: csi-controller-sa
|
||||||
|
|
|
||||||
|
|
@ -78,7 +78,7 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: token
|
key: token
|
||||||
name: linode
|
name: linode
|
||||||
image: linode/linode-blockstorage-csi-driver:v0.4.0
|
image: linode/linode-blockstorage-csi-driver:v0.4.1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: linode-csi-plugin
|
name: linode-csi-plugin
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: token
|
key: token
|
||||||
name: linode
|
name: linode
|
||||||
image: linode/linode-blockstorage-csi-driver:v0.4.0
|
image: linode/linode-blockstorage-csi-driver:v0.4.1
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: csi-linode-plugin
|
name: csi-linode-plugin
|
||||||
securityContext:
|
securityContext:
|
||||||
|
|
@ -94,6 +94,13 @@ spec:
|
||||||
- mountPath: /scripts
|
- mountPath: /scripts
|
||||||
name: get-linode-id
|
name: get-linode-id
|
||||||
serviceAccount: csi-node-sa
|
serviceAccount: csi-node-sa
|
||||||
|
tolerations:
|
||||||
|
- effect: NoSchedule
|
||||||
|
operator: Exists
|
||||||
|
- key: CriticalAddonsOnly
|
||||||
|
operator: Exists
|
||||||
|
- effect: NoExecute
|
||||||
|
operator: Exists
|
||||||
volumes:
|
volumes:
|
||||||
- emptyDir: {}
|
- emptyDir: {}
|
||||||
name: linode-info
|
name: linode-info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue