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

Malformed IPv6 address used in topology-update workers #1727

Closed
craigcabrey opened this issue May 29, 2024 · 1 comment · Fixed by #1729
Closed

Malformed IPv6 address used in topology-update workers #1727

craigcabrey opened this issue May 29, 2024 · 1 comment · Fixed by #1729
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@craigcabrey
Copy link

What happened:

Turning on node-topology-updater crashloops on an IPv6-first cluster.

What you expected to happen:

Don't crashloop.

How to reproduce it (as minimally and precisely as possible):

Setup an IPv6 cluster (optionally dual stack, but IPv6 must have priority).

Anything else we need to know?:

#1218 (comment)

This is where the bug stems from.

E0529 21:48:11.522990       1 main.go:66] "error while running" err="failed to detect TopologyManager's policy and scope: failed to get kubelet config from configz endpoint: Get \"https://fdb5:12c1:f8cb:0:dd8f:717d:abc8:f650:10250/configz\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"

The IP address needs to have [] around the address: https://[fdb5:12c1:f8cb:0:dd8f:717d:abc8:f650]:10250/configz.

Environment:

  • Kubernetes version (use kubectl version): v1.29.5+k3s1
  • Cloud provider or hardware configuration: self hosted
  • OS (e.g: cat /etc/os-release): Fedora CoreOS 40.20240504.3.0
  • Kernel (e.g. uname -a): 6.8.8-300.fc40.x86_64
  • Install tools:
  • Network plugin and version (if this is a network-related bug): flannel
  • Others:
@craigcabrey craigcabrey added the kind/bug Categorizes issue or PR as related to a bug. label May 29, 2024
@marquiz
Copy link
Contributor

marquiz commented May 30, 2024

🤦‍♂️🤦‍♂️🤦‍♂️ Thanks for reporting this issue @craigcabrey

I put together a quick fix in #1729. PTAL

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