Adding documentation for services with multiple server types.

Change-Id: I3abc506b081193e42469adaab98e966ee3efcb16
partially-implements: blueprint replication-controllers
partially-implements: blueprint documentation-initialization
This commit is contained in:
Ken Wronkiewicz 2016-06-23 16:11:35 -07:00
parent b6b7b48b67
commit 74c75bcde5
1 changed files with 9 additions and 0 deletions

View File

@ -12,3 +12,12 @@ To query all pods with the mariadb service
kubectl get pods -l=service=mariadb
Type
----
Some OpenStack services (e.g. Keystone) have a single server process type. Other services (e.g. Nova, Glance, Neutron, et al) have multiple categories of server processes within the same service. For these cases, you should use a label of ``type`` and a value with the server process type's name.
To query all of the pods with the glance service of the API type
::
kubectl get pods -l service=glance,type=api