From a30ac889dfeb1f048d1dda1757547c5062dd2b9c Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 9 Jun 2020 06:00:16 +0000 Subject: [PATCH] doc: switch to use mcr image --- README.md | 6 +++--- deploy/csi-smb-node-windows.yaml | 2 +- deploy/csi-smb-node.yaml | 2 +- docs/csi-dev.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9528b3005..cab9d992e 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This driver allows Kubernetes to use [SMB](https://wiki.wireshark.org/SMB) CSI v ### Project status: alpha ### Container Images & Kubernetes Compatibility: -|SMB CSI Driver Version | Image | 1.14+ | -|-------------------------------|-------------------------------|--------| -|master branch |andyzhangx/smb-csi:latest | yes | +|SMB CSI Driver Version | Image | 1.14+ | +|-------------------------------|----------------------------------------------|--------| +|master branch |mcr.microsoft.com/k8s/csi/smb-csi:latest | yes | ### Driver parameters Please refer to [`smb.csi.k8s.io` driver parameters](./docs/driver-parameters.md) diff --git a/deploy/csi-smb-node-windows.yaml b/deploy/csi-smb-node-windows.yaml index 9311e2786..3a3e0496e 100644 --- a/deploy/csi-smb-node-windows.yaml +++ b/deploy/csi-smb-node-windows.yaml @@ -65,7 +65,7 @@ spec: cpu: 10m memory: 20Mi - name: smb - image: andyzhangx/smb-csi:latest + image: mcr.microsoft.com/k8s/csi/smb-csi:latest args: - --v=5 - --endpoint=$(CSI_ENDPOINT) diff --git a/deploy/csi-smb-node.yaml b/deploy/csi-smb-node.yaml index 77cb62f23..d647a5ab0 100644 --- a/deploy/csi-smb-node.yaml +++ b/deploy/csi-smb-node.yaml @@ -64,7 +64,7 @@ spec: cpu: 10m memory: 20Mi - name: smb - image: andyzhangx/smb-csi:latest + image: mcr.microsoft.com/k8s/csi/smb-csi:latest args: - "--v=5" - "--endpoint=$(CSI_ENDPOINT)" diff --git a/docs/csi-dev.md b/docs/csi-dev.md index 5d73899fa..39e538b52 100644 --- a/docs/csi-dev.md +++ b/docs/csi-dev.md @@ -83,7 +83,7 @@ make container make push-latest ``` - - 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) + - 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) ```console wget -O csi-smb-node.yaml https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/deploy/csi-smb-node.yaml # edit csi-smb-node.yaml