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

Same topology.go info message keeps being logged by Antrea Agent #6682

Closed
antoninbas opened this issue Sep 20, 2024 · 1 comment · Fixed by #6684
Closed

Same topology.go info message keeps being logged by Antrea Agent #6682

antoninbas opened this issue Sep 20, 2024 · 1 comment · Fixed by #6684
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@antoninbas
Copy link
Contributor

Describe the bug
On a new cluster, with Antrea just deployed, I noticed the same log message being spammed by each Antrea Agent over and over again:

I0920 21:18:50.183476       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:18:50.183698       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:18:50.183794       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:18:50.183908       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:18:50.184018       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:20.188511       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:20.188625       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:20.188725       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:20.188890       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:20.188974       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:50.191431       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:50.191712       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:50.191802       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:50.191906       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"
I0920 21:19:50.192097       1 topology.go:138] "Skipping topology aware Endpoint filtering since Node is missing label" label="topology.kubernetes.io/zone"

This was probably introduced by #6604 or #6607. cc @hongliangl
It needs to be addressed before the next release.

Versions:
Antrea version: v2.2.0-dev-5b80425 (current main)
K8s version: v1.29.2

@antoninbas antoninbas added the kind/bug Categorizes issue or PR as related to a bug. label Sep 20, 2024
@hongliangl
Copy link
Contributor

I'll take a look.

hongliangl added a commit to hongliangl/antrea that referenced this issue Sep 23, 2024
Fix antrea-io#6682

Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl added a commit to hongliangl/antrea that referenced this issue Sep 23, 2024
Fix antrea-io#6682

Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hangyan pushed a commit to hangyan/antrea that referenced this issue Oct 29, 2024
This fix is ​​consistent with the latest kube-proxy implementation

Fixes antrea-io#6682

Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants