You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-29T22:13:45 debug sync workdir: /root/.sealos/default
2024-10-29T22:13:45 debug copy files src /root/.sealos/default to dst /root/.sealos/default on 10.4.0.95:22 locally
Error: could not get local addresses: route ip+net: no such network interface
func New(inner ssh.Interface) (Interface, error) {
addr, err := net.InterfaceAddrs()
if err != nil {
return nil, fmt.Errorf("could not get local addresses: %v", err)
}
return &wrap{
inner: inner,
localAddresses: sets.Set[string](netutil.AddressSet(isValid, addr)),
}, nil
}
Sealos Version
5.0.0
How to reproduce the bug?
2024-10-29T22:13:45 debug sync workdir: /root/.sealos/default
2024-10-29T22:13:45 debug copy files src /root/.sealos/default to dst /root/.sealos/default on 10.4.0.95:22 locally
Error: could not get local addresses: route ip+net: no such network interface
What is the expected behavior?
No response
What do you see instead?
No response
Operating environment
Additional information
No response
The text was updated successfully, but these errors were encountered: