Browse code

add volume prereq to db template descriptions

Ben Parees authored on 2016/03/24 06:47:24
Showing 4 changed files
... ...
@@ -5,7 +5,7 @@
5 5
     "name": "mongodb-persistent",
6 6
     "creationTimestamp": null,
7 7
     "annotations": {
8
-      "description": "MongoDB database service, with persistent storage. Scaling to more than one replica is not supported",
8
+      "description": "MongoDB database service, with persistent storage.  Scaling to more than one replica is not supported.  You must have persistent volumes available in your cluster to use this template.",
9 9
       "iconClass": "icon-mongodb",
10 10
       "tags": "database,mongodb"
11 11
     }
... ...
@@ -5,7 +5,7 @@
5 5
     "name": "mysql-persistent",
6 6
     "creationTimestamp": null,
7 7
     "annotations": {
8
-      "description": "MySQL database service, with persistent storage. Scaling to more than one replica is not supported",
8
+      "description": "MySQL database service, with persistent storage.  Scaling to more than one replica is not supported.  You must have persistent volumes available in your cluster to use this template.",
9 9
       "iconClass": "icon-mysql-database",
10 10
       "tags": "database,mysql"
11 11
     }
... ...
@@ -5,7 +5,7 @@
5 5
     "name": "postgresql-persistent",
6 6
     "creationTimestamp": null,
7 7
     "annotations": {
8
-      "description": "PostgreSQL database service, with persistent storage. Scaling to more than one replica is not supported",
8
+      "description": "PostgreSQL database service, with persistent storage.  Scaling to more than one replica is not supported.  You must have persistent volumes available in your cluster to use this template.",
9 9
       "iconClass": "icon-postgresql",
10 10
       "tags": "database,postgresql"
11 11
     }
... ...
@@ -5,7 +5,7 @@
5 5
     "name": "jenkins-persistent",
6 6
     "creationTimestamp": null,
7 7
     "annotations": {
8
-      "description": "Jenkins service, with persistent storage.",
8
+      "description": "Jenkins service, with persistent storage.  You must have persistent volumes available in your cluster to use this template.",
9 9
       "iconClass": "icon-jenkins",
10 10
       "tags": "instant-app,jenkins"
11 11
     }