Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable metrics api for multicluster controller and clean up configs #4101

Merged
merged 1 commit into from
Aug 11, 2022

Conversation

luolanzone
Copy link
Contributor

@luolanzone luolanzone commented Aug 11, 2022

  1. Set the metrics binding address to 0 to disable it since we do not
    provide metrics.
  2. Change the health binding address port to 8080.
  3. Remove unused configurations.

Signed-off-by: Lan Luo [email protected]

1. Set the metrics binding address to 0 to disable it since we didn't
provide metrics.
2. Change the health binding address port to 8080
3. Remove unused configurations.

Signed-off-by: Lan Luo <[email protected]>
@luolanzone
Copy link
Contributor Author

/test-multicluster-e2e

@codecov
Copy link

codecov bot commented Aug 11, 2022

Codecov Report

Merging #4101 (a2af5da) into main (04b9dc6) will decrease coverage by 2.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4101      +/-   ##
==========================================
- Coverage   67.17%   65.12%   -2.05%     
==========================================
  Files         298      310      +12     
  Lines       45465    45534      +69     
==========================================
- Hits        30539    29655     -884     
- Misses      12532    13496     +964     
+ Partials     2394     2383      -11     
Flag Coverage Δ
e2e-tests 59.18% <100.00%> (?)
integration-tests 35.35% <ø> (-0.05%) ⬇️
kind-e2e-tests 43.72% <ø> (-6.41%) ⬇️
unit-tests 44.27% <0.00%> (-0.02%) ⬇️
Impacted Files Coverage Δ
...ulticluster/cmd/multicluster-controller/options.go 60.52% <100.00%> (+51.22%) ⬆️
pkg/agent/proxy/endpointslicecache.go 0.00% <0.00%> (-83.60%) ⬇️
pkg/agent/secondarynetwork/cnipodcache/cache.go 0.00% <0.00%> (-77.56%) ⬇️
pkg/controller/egress/store/egressgroup.go 1.72% <0.00%> (-54.32%) ⬇️
...g/agent/controller/serviceexternalip/controller.go 35.83% <0.00%> (-43.35%) ⬇️
...agent/flowexporter/connections/deny_connections.go 43.01% <0.00%> (-41.94%) ⬇️
pkg/agent/secondarynetwork/podwatch/controller.go 0.00% <0.00%> (-39.02%) ⬇️
...nt/apiserver/handlers/serviceexternalip/handler.go 29.62% <0.00%> (-22.23%) ⬇️
pkg/agent/util/net.go 27.30% <0.00%> (-21.69%) ⬇️
pkg/agent/route/route_linux.go 35.48% <0.00%> (-17.79%) ⬇️
... and 77 more

@luolanzone luolanzone added the area/multi-cluster Issues or PRs related to multi cluster. label Aug 11, 2022
@jianjuns
Copy link
Contributor

/skip-all

@jianjuns jianjuns merged commit 39b0eb5 into antrea-io:main Aug 11, 2022
@luolanzone luolanzone deleted the update-mc-configs branch August 17, 2022 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/multi-cluster Issues or PRs related to multi cluster.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants