Skip to content

Commit

Permalink
Merge pull request #9344 from pweil-/cluster-up-constants
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot authored Jun 15, 2016
2 parents 01ad56a + eca3b83 commit c140d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/bootstrap/docker/openshift/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (h *Helper) InstallRegistry(kubeClient kclient.Interface, f *clientcmd.Fact

// InstallRouter installs a default router on the OpenShift server
func (h *Helper) InstallRouter(kubeClient kclient.Interface, f *clientcmd.Factory, configDir, images, hostIP string, out io.Writer) error {
_, err := kubeClient.Services("default").Get("router")
_, err := kubeClient.Services("default").Get(svcRouter)
if err == nil {
// Router service already exists, nothing to do
return nil
Expand Down

0 comments on commit c140d19

Please sign in to comment.