doc: switch to use mcr image
This commit is contained in:
parent
6eb425460d
commit
a30ac889df
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue