Open Jason-ZW opened 6 years ago
Another process will also trigger this log:
It will check interface's dhcp lease, if dhcp lease not empty, ros will release the dhcp lease
https://github.com/rancher/os/blob/e8b6c69fbfff12646dbc308b50747376bef5ca51/pkg/netconf/netconf_linux.go#L267 https://github.com/rancher/os/blob/e8b6c69fbfff12646dbc308b50747376bef5ca51/pkg/netconf/netconf_linux.go#L218 https://github.com/rancher/os/blob/e8b6c69fbfff12646dbc308b50747376bef5ca51/pkg/netconf/netconf_linux.go#L230
RancherOS Version: (ros os version) v1.4.1 Where are you running RancherOS? (docker-machine, AWS, GCE, baremetal, etc.) vFusion Description I disabled DHCP by adding kernel param
rancher.network.interfaces.eth0.dhcp=false
, After ros startup, I found some error or warning log incloud-init-save.log
, it seems ROS always fetch nameservers form DHCP.