Skip to content

Commit

Permalink
update external provisioner to v3.5.0
Browse files Browse the repository at this point in the history
specifically, pod can now be rescheduled if the node is deleted.
kubernetes-sigs/sig-storage-lib-external-provisioner#139
  • Loading branch information
huww98 committed Sep 4, 2023
1 parent c04f3eb commit 504e162
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions deploy/ecs/csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: external-disk-provisioner
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.0.0-080f01e64-aliyun
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.5.0-e7da67e52-aliyun
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -128,7 +128,7 @@ spec:
- name: disk-provisioner-dir
mountPath: /var/lib/kubelet/csi-provisioner/diskplugin.csi.alibabacloud.com
- name: external-nas-provisioner
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.0.0-080f01e64-aliyun
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.5.0-e7da67e52-aliyun
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -181,7 +181,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/kubelet/csi-provisioner/ossplugin.csi.alibabacloud.com/csi.sock
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.0.0-080f01e64-aliyun
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.5.0-e7da67e52-aliyun
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion deploy/ecs/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rules:
verbs: ["get", "list", "watch", "create", "update", "patch"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "update", "patch", "list"]
verbs: ["get", "update", "patch", "list", "watch"]
- apiGroups: ["csi.storage.k8s.io"]
resources: ["csinodeinfos"]
verbs: ["get", "list", "watch"]
Expand Down
4 changes: 2 additions & 2 deletions deploy/nonecs/csi-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: external-nas-provisioner
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.0.0-080f01e64-aliyun
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.5.0-e7da67e52-aliyun
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -117,7 +117,7 @@ spec:
env:
- name: ADDRESS
value: /var/lib/kubelet/csi-provisioner/ossplugin.csi.alibabacloud.com/csi.sock
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.0.0-080f01e64-aliyun
image: registry-cn-hangzhou.ack.aliyuncs.com/acs/csi-provisioner:v3.5.0-e7da67e52-aliyun
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion deploy/nonecs/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ rules:
verbs: ["get", "list", "watch", "create", "update", "patch"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "update", "patch", "list"]
verbs: ["get", "update", "patch", "list", "watch"]
- apiGroups: ["csi.storage.k8s.io"]
resources: ["csinodeinfos"]
verbs: ["get", "list", "watch"]
Expand Down

0 comments on commit 504e162

Please sign in to comment.