Skip to content

Commit

Permalink
Release sfsturbo-0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Mar 30, 2024
1 parent 68c6f65 commit d214319
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
- mountPath: /csi
name: socket-dir
- name: sfsturbo-csi-plugin
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/sfsturbo-csi-plugin:v0.1.2
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/sfsturbo-csi-plugin:v0.1.3
args:
- "--v=5"
- "--logtostderr"
Expand Down
4 changes: 2 additions & 2 deletions deploy/sfsturbo-csi-plugin/kubernetes/csi-sfsturbo-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- --health-port=28889
- --v=5
- name: node-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.5.0
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.3
args:
- --csi-address=$(ADDRESS)
- --kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)
Expand All @@ -51,7 +51,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: sfsturbo
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/sfsturbo-csi-plugin:v0.1.2
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/sfsturbo-csi-plugin:v0.1.3
args:
- "--v=5"
- "--logtostderr"
Expand Down
2 changes: 1 addition & 1 deletion docs/sfsturbo/sfsturbo.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For sidecar version compatibility, please refer compatibility matrix for each si
| SFS Turbo CSI Driver Version | CSI version | Kubernetes Version Tested | Features |
|------------------------------|-------------|---------------------------|----------|
| v0.1.1 | v1.5.0 | v1.20 v1.21 v1.22 v1.23 | shares |
| v0.1.2 | v1.5.0 | v1.20 v1.21 v1.22 v1.23 | |
| v0.1.3 | v1.5.0 | v1.20 v1.21 v1.22 v1.23 | |

## Supported Parameters

Expand Down

0 comments on commit d214319

Please sign in to comment.