Update docs to reflect kubectl run creates deployments by default instead of replicatino controllers.

This commit is contained in:
Phillip Wittrock
2016-03-22 11:43:28 -07:00
parent 47ee746fcc
commit 4d2f3c1c17
8 changed files with 21 additions and 20 deletions

View File

@@ -73,7 +73,7 @@ func NewCmdExposeService(f *cmdutil.Factory, out io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "expose (-f FILENAME | TYPE NAME) [--port=port] [--protocol=TCP|UDP] [--target-port=number-or-name] [--name=name] [--external-ip=external-ip-of-service] [--type=type]",
Short: "Take a replication controller, service, or pod and expose it as a new Kubernetes Service",
Short: "Take a replication controller, service, deployment or pod and expose it as a new Kubernetes Service",
Long: expose_long,
Example: expose_example,
Run: func(cmd *cobra.Command, args []string) {