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
The controller boot loop with the following error lines in my logs:
INFO[2024-10-13 22:51:32] E1013 22:51:32.153346 62057 controllermanager.go:771] "Error starting controller" err="failed to mark cidr[10.244.0.0/24] at idx [0] as occupied for node: serveur: cidr 10.244.0.0/24 is out the range of cluster cidr fd00::/108" controller="node-ipam-controller" component=kube-controller-manager stream=stderr
INFO[2024-10-13 22:51:32] E1013 22:51:32.153367 62057 controllermanager.go:247] "Error starting controllers" err="failed to mark cidr[10.244.0.0/24] at idx [0] as occupied for node: serveur: cidr 10.244.0.0/24 is out the range of cluster cidr fd00::/108" component=kube-controller-manager stream=stderr
Screenshots and logs
No response
Additional context
Seems this fix would have worked in my situation, but was not deemed satisfactory enough.
The text was updated successfully, but these errors were encountered:
Before creating an issue, make sure you've checked the following:
Platform
Version
v1.31.1+k0s.1
Sysinfo
`k0s sysinfo`
What happened?
Migrating from IPv4 only to dual stack prevent the controller from starting, with the following error:
Steps to reproduce
Expected behavior
Everything should start as expected
Actual behavior
The controller boot loop with the following error lines in my logs:
Screenshots and logs
No response
Additional context
Seems this fix would have worked in my situation, but was not deemed satisfactory enough.
The text was updated successfully, but these errors were encountered: