|
4 | 4 |
|
5 | 5 | ### Dependencies |
6 | 6 | This instructions could be used for: |
7 | | -- IBM Spectrum Scale cloud native (CNSS) devices having minimum release level 5.1.0.1 and above |
| 7 | +- IBM Spectrum Scale Container Native Storage Access(CNSA) devices having minimum release level 5.1.0.1 and above |
8 | 8 |
|
9 | 9 |
|
10 | | -1. Follow the [instructions](/docs/RUNNING_AS_DOCKER_CONTAINER.md) and create the IBM Spectrum Scale bridge for Grafana image |
| 10 | +1. Follow the [instructions](/docs/BUILDING_DOCKER_IMAGE.md) and create the IBM Spectrum Scale bridge for Grafana image |
11 | 11 |
|
12 | 12 |
|
13 | | -2. Make sure you have deployed the IBM Spectrum Scale cloud native (CNSS) cluster including the ibm-spectrum-scale-pmcollector pods. |
14 | | -For more information about how to deploy a CNSS cluster please refer to the [IBM Spectrum Scale Knowledge Center](https://www.ibm.com/support/knowledgecenter/STXKQY_CNS_SHR/com.ibm.spectrum.scale.cns.v5r101.doc/introduction.html) |
| 13 | +2. Make sure you have deployed the IBM Spectrum Scale Container Native Storage Access(CNSA) cluster including the ibm-spectrum-scale-pmcollector pods. |
| 14 | +For more information about how to deploy a CNSA cluster please refer to the [IBM Spectrum Scale Knowledge Center](https://www.ibm.com/support/knowledgecenter/STXKQY_CNS_SHR/com.ibm.spectrum.scale.cns.v5r101.doc/introduction.html) |
15 | 15 |
|
16 | 16 | ``` |
17 | 17 | [root@mycluster-inf ~]# oc get po -o wide |
@@ -40,8 +40,11 @@ ibm-spectrum-scale-pmcollector ClusterIP None <none> 9085 |
40 | 40 |
|
41 | 41 | 3. Copy the content of the example_deployment_scripts directory to your favourite directory on the master node. |
42 | 42 | Additionally perform the following modifications in the files before you start with the deployment: |
43 | | - - Open the example_deployment_scripts/bridge_deployment/bridge-service.yaml file with an editor and set the namespace name of your CNSS cluster project. |
| 43 | + - Open the example_deployment_scripts/bridge_deployment/bridge-service.yaml file with an editor and set the namespace name of your CNSA cluster project. |
44 | 44 | - Edit the example_deployment_scripts/bridge_deployment/bridge-deployment.yaml and modify the image: field to point to the bridge image location, you created before. |
| 45 | + - In case you are pulling the image from a private Docker registry or repository you need to create a Secret based on existing Docker credentials and |
| 46 | + put the secret name under imagePullSecrets settings in the example_deployment_scripts/bridge_deployment/bridge-deployment.yaml |
| 47 | + For more Information please refer to the Kubernetes documentation about [Pull an Image from a Private Registry](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) |
45 | 48 |
|
46 | 49 |
|
47 | 50 | 4. Create the TLS certificate and the private key |
|
0 commit comments