Skip to content

Commit a30ac88

Browse files
committed
doc: switch to use mcr image
1 parent 6eb4254 commit a30ac88

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ This driver allows Kubernetes to use [SMB](https://wiki.wireshark.org/SMB) CSI v
99
### Project status: alpha
1010

1111
### Container Images & Kubernetes Compatibility:
12-
|SMB CSI Driver Version | Image | 1.14+ |
13-
|-------------------------------|-------------------------------|--------|
14-
|master branch |andyzhangx/smb-csi:latest | yes |
12+
|SMB CSI Driver Version | Image | 1.14+ |
13+
|-------------------------------|----------------------------------------------|--------|
14+
|master branch |mcr.microsoft.com/k8s/csi/smb-csi:latest | yes |
1515

1616
### Driver parameters
1717
Please refer to [`smb.csi.k8s.io` driver parameters](./docs/driver-parameters.md)

deploy/csi-smb-node-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ spec:
6565
cpu: 10m
6666
memory: 20Mi
6767
- name: smb
68-
image: andyzhangx/smb-csi:latest
68+
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
6969
args:
7070
- --v=5
7171
- --endpoint=$(CSI_ENDPOINT)

deploy/csi-smb-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
cpu: 10m
6565
memory: 20Mi
6666
- name: smb
67-
image: andyzhangx/smb-csi:latest
67+
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
6868
args:
6969
- "--v=5"
7070
- "--endpoint=$(CSI_ENDPOINT)"

docs/csi-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ make container
8383
make push-latest
8484
```
8585

86-
- Replace `andyzhangx/smb-csi:latest` in [`csi-smb-controller.yaml`](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/deploy/csi-smb-controller.yaml) and [`csi-smb-node.yaml`](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/deploy/csi-smb-node.yaml) with above dockerhub image urls and then follow [install CSI driver master version](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/docs/install-csi-driver-master.md)
86+
- Replace `mcr.microsoft.com/k8s/csi/smb-csi:latest` in [`csi-smb-controller.yaml`](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/deploy/csi-smb-controller.yaml) and [`csi-smb-node.yaml`](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/deploy/csi-smb-node.yaml) with above dockerhub image urls and then follow [install CSI driver master version](https://github.com/kubernetes-csi/csi-driver-smb/blob/master/docs/install-csi-driver-master.md)
8787
```console
8888
wget -O csi-smb-node.yaml https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/deploy/csi-smb-node.yaml
8989
# edit csi-smb-node.yaml

0 commit comments

Comments
 (0)