We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dbd231 + 41ecd7b commit 43465bdCopy full SHA for 43465bd
deploy/csi-azurelustre-controller.yaml
@@ -68,7 +68,7 @@ spec:
68
memory: 20Mi
69
- name: azurelustre
70
image: mcr.microsoft.com/oss/v2/kubernetes-csi/azurelustre-csi:v0.3.0
71
- imagePullPolicy: IfNotPresent
+ imagePullPolicy: Always
72
args:
73
- "-v=5"
74
- "--endpoint=$(CSI_ENDPOINT)"
deploy/csi-azurelustre-node.yaml
@@ -85,7 +85,7 @@ spec:
85
86
87
88
89
lifecycle:
90
preStop:
91
exec:
0 commit comments