Skip to content

Commit

Permalink
Update dependencies to Kubernetes 1.9 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha authored Jan 25, 2018
1 parent cf3ea7c commit 62ec42e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
cs "github.com/appscode/stash/client/typed/stash/v1alpha1"
"github.com/appscode/stash/pkg/controller"
"github.com/appscode/stash/pkg/docker"
"github.com/appscode/stash/pkg/migrator"
"github.com/hashicorp/go-version"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -73,10 +72,6 @@ func NewCmdRun() *cobra.Command {
log.Fatalln(err)
}

if err = migrator.NewMigrator(kubeClient, crdClient).RunMigration(); err != nil {
log.Fatalln(err)
}

log.Infof("Starting operator version %s+%s ...", v.Version.Version, v.Version.CommitHash)
// Now let's start the controller
stop := make(chan struct{})
Expand Down

0 comments on commit 62ec42e

Please sign in to comment.