Skip to content

Commit 5e04f1d

Browse files
authored
Merge pull request #12 from arthurbarr/master
README changes
2 parents af759b3 + 2aaa68c commit 5e04f1d

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png" width="150"></p>
1+
![IBM MQ logo](https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png)
22

33
# Overview
44

charts/ibm-mqadvanced-server-dev/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png" width="150"></p>
1+
![IBM MQ logo](https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png)
22

33
# IBM MQ
44

@@ -75,6 +75,15 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
7575

7676
The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/).
7777

78+
# Troubleshooting
79+
80+
## Cannot create a GlusterFS PersistentVolumeClaim
81+
The generated PVC name can be too long when using GlusterFS. See [here](https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0/troubleshoot/cannot_create_pvc.html) for more information. The PVC name is generated from three things:
82+
83+
1. The Helm release name, which is set by you at deployment time
84+
2. A short PVC label, which defaults to "data" and can be changed using the `dataPVC.name` parameter.
85+
3. The name of the chart you are using, which can be changed using the `nameOverride` parameter.
86+
7887
# Copyright
7988

8089
© Copyright IBM Corporation 2017

charts/ibm-mqadvanced-server-prod/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center"><img src="https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png" width="150"></p>
1+
![IBM MQ logo](https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png)
22

33
# IBM MQ
44

@@ -182,6 +182,17 @@ Finally, build and push the image to your registry.
182182

183183
You can then use the new image when you deploy MQ into your cluster. You will find that once you have run the image you will be able to see your new default objects and users.
184184

185+
# Troubleshooting
186+
187+
## Cannot create a GlusterFS PersistentVolumeClaim
188+
The generated PVC name can be too long when using GlusterFS. See [here](https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0/troubleshoot/cannot_create_pvc.html) for more information. The PVC name is
189+
generated from three things:
190+
191+
1. The Helm release name, which is set by you at deployment time
192+
2. A short PVC label, which defaults to "data" and can be changed using the `dataPVC.name` parameter.
193+
3. The name of the chart you are using, which can be changed using the `nameOverride` parameter.
194+
195+
185196
# Copyright
186197

187198
© Copyright IBM Corporation 2017

0 commit comments

Comments
 (0)