unable to delete bridge

t9KniL

Cadet
Joined
Aug 22, 2023
Messages
3
i set up a bridge for app kubernetes ,everything work.
but after a manual reboot , i got "web interface could not be accessed"
i try to delete the bridge and set up the dhcp on NIC via CLI
but the vaildation confuse me lots:
network config say interface is in use by kerbernetes
kubernetes config require a reachable gateway to setup interface

屏幕截图 2023-08-22 165941.png


i have met this issues last week ,i reset all settings to default finally.
is there any way to solve this without lossing any other config except network.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
I would suggest stopping the k3s service before doing your network changes...

systemctl stop k3s.service
 

morganL

Captain Morgan
Administrator
Moderator
iXsystems
Joined
Mar 10, 2018
Messages
2,694
Might be a bug,but would prefer that you update to 22.12.3.3 and verify the problem persists.
 
Top