fix problem
* rclone use 1.54.1 * add EnsureFSMetaExist func * fix removeObjects have err check * add removeObjectsOneByOne, when removeObjects failed, will try to use it * fix repeat in yaml
This commit is contained in:
parent
8b7849953a
commit
dc98732919
7 changed files with 115 additions and 31 deletions
deploy/kubernetes
|
@ -59,9 +59,6 @@ metadata:
|
|||
name: csi-attacher-s3
|
||||
namespace: kube-system
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: "csi-attacher-s3"
|
||||
serviceName: "csi-attacher-s3"
|
||||
replicas: 1
|
||||
selector:
|
||||
|
|
|
@ -82,7 +82,7 @@ spec:
|
|||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
image: ctrox/csi-s3:v1.2.0-rc.1
|
||||
imagePullPolicy: Never
|
||||
imagePullPolicy: "Always"
|
||||
args:
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
|
@ -94,7 +94,6 @@ spec:
|
|||
valueFrom:
|
||||
fieldRef:
|
||||
fieldPath: spec.nodeName
|
||||
imagePullPolicy: "Always"
|
||||
volumeMounts:
|
||||
- name: plugin-dir
|
||||
mountPath: /csi
|
||||
|
|
|
@ -58,9 +58,6 @@ metadata:
|
|||
name: csi-provisioner-s3
|
||||
namespace: kube-system
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: "csi-provisioner-s3"
|
||||
serviceName: "csi-provisioner-s3"
|
||||
replicas: 1
|
||||
selector:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue