hcloud-cloud-controller-manager icon indicating copy to clipboard operation
hcloud-cloud-controller-manager copied to clipboard

Robot Servers InternalIP is not set in node manifest

Open mehrdadpfg opened this issue 4 months ago • 0 comments

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 avatar Oct 20 '24 19:10 mehrdadpfg