Skip to content

Commit 62ec42e

Browse files
authored
Update dependencies to Kubernetes 1.9 (#297)
1 parent cf3ea7c commit 62ec42e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

run.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
cs "github.com/appscode/stash/client/typed/stash/v1alpha1"
1414
"github.com/appscode/stash/pkg/controller"
1515
"github.com/appscode/stash/pkg/docker"
16-
"github.com/appscode/stash/pkg/migrator"
1716
"github.com/hashicorp/go-version"
1817
"github.com/prometheus/client_golang/prometheus/promhttp"
1918
"github.com/spf13/cobra"
@@ -73,10 +72,6 @@ func NewCmdRun() *cobra.Command {
7372
log.Fatalln(err)
7473
}
7574

76-
if err = migrator.NewMigrator(kubeClient, crdClient).RunMigration(); err != nil {
77-
log.Fatalln(err)
78-
}
79-
8075
log.Infof("Starting operator version %s+%s ...", v.Version.Version, v.Version.CommitHash)
8176
// Now let's start the controller
8277
stop := make(chan struct{})

0 commit comments

Comments
 (0)