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

Robot Servers InternalIP is not set in node manifest #760

Open
mehrdadpfg opened this issue Oct 20, 2024 · 2 comments
Open

Robot Servers InternalIP is not set in node manifest #760

mehrdadpfg opened this issue Oct 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@mehrdadpfg
Copy link

mehrdadpfg commented Oct 20, 2024

TL;DR

Dedicated Servers InternalIP should be set in the node manifests like the cloud servers. It is an important bug since metrics-server can not reach the servers and also the kubelet has been configured by the InternalIP.( --node flag )

Expected behavior

status:
  addresses:
  - address: x.x.x.x
    type: InternalIP
  - address: k8s-node
    type: Hostname
  - address: x.x.x.x.
    type: ExternalIP

expected to see the internalIP in the dedicated servers as well

Observed behavior

status:
  addresses:
  - address: k8s-node
    type: Hostname
  - address: x.x.x.x.
    type: ExternalIP

Minimal working example

No response

Log output

constantly trying to find the dedicated server privateIP in cloud

 19:14:35.804948       1 node_controller.go:389] Failed to update node addresses for node "k8s-node": failed to get node address from cloud provider that matches ip: x.x.x.x

Additional information

No response

@mehrdadpfg mehrdadpfg added the bug Something isn't working label Oct 20, 2024
@mehrdadpfg
Copy link
Author

can anybody help us here?

@pat-s
Copy link

pat-s commented Nov 9, 2024

#696 seems to address this though the PR seems to be somewhat stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants