Skip to content

Commit

Permalink
dummy commit, cannot be merged
Browse files Browse the repository at this point in the history
Signed-off-by: RainbowMango <qdurenhongcai@gmail.com>
  • Loading branch information
RainbowMango committed Aug 17, 2022
1 parent 900cb31 commit 0926e6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/agent/app/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ func startClusterStatusController(ctx controllerscontext.Context) (bool, error)
ClusterFailureThreshold: ctx.Opts.ClusterFailureThreshold,
ClusterCacheSyncTimeout: ctx.Opts.ClusterCacheSyncTimeout,
RateLimiterOptions: ctx.Opts.RateLimiterOptions,
EnableClusterResourceModeling: ctx.Opts.EnableClusterResourceModeling,
// EnableClusterResourceModeling: ctx.Opts.EnableClusterResourceModeling,
EnableClusterResourceModeling: false, // just for testing, can not be merged.
}
if err := clusterStatusController.SetupWithManager(ctx.Mgr); err != nil {
return false, err
Expand Down
3 changes: 2 additions & 1 deletion cmd/controller-manager/app/controllermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,8 @@ func startClusterStatusController(ctx controllerscontext.Context) (enabled bool,
ClusterFailureThreshold: opts.ClusterFailureThreshold,
ClusterCacheSyncTimeout: opts.ClusterCacheSyncTimeout,
RateLimiterOptions: ctx.Opts.RateLimiterOptions,
EnableClusterResourceModeling: ctx.Opts.EnableClusterResourceModeling,
// EnableClusterResourceModeling: ctx.Opts.EnableClusterResourceModeling,
EnableClusterResourceModeling: false, // just for testing, can not be merged.
}
if err := clusterStatusController.SetupWithManager(mgr); err != nil {
return false, err
Expand Down

0 comments on commit 0926e6c

Please sign in to comment.