doc: adds note to replace canary with version tag

This commit adds a note to replace canary with version
tag when deploying in production.

Fixes: #2156

Signed-off-by: Yati Padia <ypadia@redhat.com>
This commit is contained in:
Yati Padia 2021-06-14 10:31:33 +05:30 committed by mergify[bot]
parent 6bfdf2feb0
commit cfdf5af08f
2 changed files with 26 additions and 0 deletions

View File

@ -175,6 +175,19 @@ kubectl create -f csi-cephfsplugin.yaml
Deploys a daemon set with two containers: CSI node-driver-registrar and
the CSI CephFS driver.
**NOTE:**
In case you want to use a different release version, replace canary with the
release version in the
[provisioner](../deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml)
and [nodeplugin](../deploy/cephfs/kubernetes/csi-cephfsplugin.yaml) YAMLs.
```yaml
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:canary
```
Check the release version [here.](../README.md#ceph-csi-container-images-and-release-compatibility)
## Verifying the deployment in Kubernetes
After successfully completing the steps above, you should see output similar to this:

View File

@ -144,6 +144,19 @@ kubectl create -f csi-rbdplugin.yaml
Deploys a daemon set with two containers: CSI node-driver-registrar and the CSI
RBD driver.
**NOTE:**
In case you want to use a different release version, replace canary with the
release version in the
[provisioner](../deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml)
and [nodeplugin](../deploy/rbd/kubernetes/csi-rbdplugin.yaml) YAMLs.
```yaml
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:canary
```
Check the release version [here.](../README.md#ceph-csi-container-images-and-release-compatibility)
## Verifying the deployment in Kubernetes
After successfully completing the steps above, you should see output similar to this: