Skip to content

Commit

Permalink
files to os-system step5: fix bugs when os-system-ed
Browse files Browse the repository at this point in the history
  • Loading branch information
lovehunter9 committed Jul 25, 2024
1 parent 1826b47 commit 081dab6
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 473 deletions.
5 changes: 2 additions & 3 deletions packages/gateway/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"context"
"flag"

"github.com/Above-Os/files/gateway/pkg/operator"
"github.com/Above-Os/files/gateway/pkg/proxy"
"github.com/Above-Os/files/gateway/pkg/signals"
"k8s.io/klog/v2"
Expand All @@ -41,8 +40,8 @@ func main() {
KubeConfig: config,
}

nodeWatcher := operator.NewWatcher(ctx, config)
nodeWatcher.Start()
//nodeWatcher := operator.NewWatcher(ctx, config)
//nodeWatcher.Start()

proxy := builder.Build()

Expand Down
Loading

0 comments on commit 081dab6

Please sign in to comment.