Skip to content

Commit

Permalink
Merge pull request #335 from BSWANG/main
Browse files Browse the repository at this point in the history
bugfix: disable agent-watch-controller metrics port
  • Loading branch information
BSWANG authored Feb 13, 2025
2 parents b803eeb + f3f6bb5 commit 8dd0bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/exporter/nettop/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ func StartPodCacheWatch(ctx context.Context) (*PodCache, error) {
utilruntime.Must(v1.AddToScheme(scheme))
// Create manager
mgr, err := ctrl.NewManager(ctrl.GetConfigOrDie(), ctrl.Options{
MetricsBindAddress: "0",
Cache: cache.Options{
Scheme: scheme,
ByObject: map[client.Object]cache.ByObject{
Expand Down

0 comments on commit 8dd0bd2

Please sign in to comment.