Merge pull request #12094 from brendandburns/kubectl

Auto commit by PR queue bot
This commit is contained in:
Alex Mohr
2015-08-03 17:09:06 -07:00
7 changed files with 85 additions and 1 deletions

View File

@@ -82,6 +82,10 @@ re\-use the labels from the resource it exposes.
\fB\-\-selector\fP=""
A label selector to use for this service. If empty (the default) infer the selector from the replication controller.
.PP
\fB\-\-session\-affinity\fP=""
If non\-empty, set the session affinity for the service to this; legal values: 'None', 'ClientIP'
.PP
\fB\-\-target\-port\fP=""
Name or number for the port on the container that the service should direct traffic to. Optional.