Add minimal PetSets support

We need to run multiple memcached instances for scale and performance
and the best approach for doing it is to support PetSets.

Change-Id: I42c9f82508ed7f42df01b467f45531b67b52b054
This commit is contained in:
Andrey Pavlov
2016-10-24 09:39:50 +03:00
parent dbe589144e
commit 6145a0078d
6 changed files with 66 additions and 12 deletions

View File

@@ -85,7 +85,8 @@ service
+---------------+-----------------------------------------------+----------+------------------+------------+
| kind | Kind of k8s object to use for containers | false | one of: | Deployment |
| | deployment | | ["Deployment", | |
| | | | "Daemonset"] | |
| | | | "Daemonset", | |
| | | | "PetSet"] | |
+---------------+-----------------------------------------------+----------+------------------+------------+
| containers | List of containers under multi-container pod | true | container_ array | |
+---------------+-----------------------------------------------+----------+------------------+------------+