doc: switch to use mcr image
This commit is contained in:
parent
6eb425460d
commit
a30ac889df
|
|
@ -10,8 +10,8 @@ This driver allows Kubernetes to use [SMB](https://wiki.wireshark.org/SMB) CSI v
|
||||||
|
|
||||||
### Container Images & Kubernetes Compatibility:
|
### Container Images & Kubernetes Compatibility:
|
||||||
|SMB CSI Driver Version | Image | 1.14+ |
|
|SMB CSI Driver Version | Image | 1.14+ |
|
||||||
|-------------------------------|-------------------------------|--------|
|
|-------------------------------|----------------------------------------------|--------|
|
||||||
|master branch |andyzhangx/smb-csi:latest | yes |
|
|master branch |mcr.microsoft.com/k8s/csi/smb-csi:latest | yes |
|
||||||
|
|
||||||
### Driver parameters
|
### Driver parameters
|
||||||
Please refer to [`smb.csi.k8s.io` driver parameters](./docs/driver-parameters.md)
|
Please refer to [`smb.csi.k8s.io` driver parameters](./docs/driver-parameters.md)
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ spec:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 20Mi
|
memory: 20Mi
|
||||||
- name: smb
|
- name: smb
|
||||||
image: andyzhangx/smb-csi:latest
|
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
|
||||||
args:
|
args:
|
||||||
- --v=5
|
- --v=5
|
||||||
- --endpoint=$(CSI_ENDPOINT)
|
- --endpoint=$(CSI_ENDPOINT)
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ spec:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 20Mi
|
memory: 20Mi
|
||||||
- name: smb
|
- name: smb
|
||||||
image: andyzhangx/smb-csi:latest
|
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
|
||||||
args:
|
args:
|
||||||
- "--v=5"
|
- "--v=5"
|
||||||
- "--endpoint=$(CSI_ENDPOINT)"
|
- "--endpoint=$(CSI_ENDPOINT)"
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ make container
|
||||||
make push-latest
|
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
|
```console
|
||||||
wget -O csi-smb-node.yaml https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/deploy/csi-smb-node.yaml
|
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
|
# edit csi-smb-node.yaml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue