Closed apcheamitru closed 1 month ago
This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 45 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions.
Environmental Info: K3s Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration: Single node -- contents of
/etc/rancher/k3s/config.yaml
:Describe the bug: I observed an issue where a ClusterIP service with no ClusterIP specified was assigned IP address 10.43.0.10 -- the
cluster-dns
IP. It must've been assigned that IP before CoreDNS started. This preventedkube-dns
and other services from starting successfully.I was able to work around the issue by deleting and recreating the offending service. It came up with a new IP address and all services were able to start successfully once the conflict was removed.
Is there a way to prevent the
cluster-dns
IP address from being assigned to other services?Steps To Reproduce: Intermittent issue -- cannot reliably reproduce.
Expected behavior: Service IP addresses do not overlap configured
cluster-dns
IP address.Actual behavior: Service IP address can overlap configured
cluster-dns
IP address.Additional context / logs: From k3s journald log: