Merge pull request #3592 from brendandburns/cli
Add a service generator and a command to easily expose services.
This commit is contained in:
@@ -212,6 +212,7 @@ Find more information at https://github.com/GoogleCloudPlatform/kubernetes.`,
|
||||
|
||||
cmds.AddCommand(f.NewCmdRunContainer(out))
|
||||
cmds.AddCommand(f.NewCmdStop(out))
|
||||
cmds.AddCommand(f.NewCmdExposeService(out))
|
||||
|
||||
return cmds
|
||||
}
|
||||
|
Reference in New Issue
Block a user