Kartik Joshi
Kartik Joshi
Fixes: #231
Fixes: #231
### What Happened? The built-in `metallb` addon in Minikube is currently using **v0.9.6**, which is outdated, unmaintained, and not compatible with recent Kubernetes versions. ### Attach the log file ##...
This PR introduces the core configuration and CLI plumbing for IPv6 and dual-stack clusters in minikube. It does **not** change kubeadm/CNI templates or control-plane bindings yet; those come in follow-up...
cni: add ipv6/dual-stack support for bridge, calico, cilium - KIC/OCI: switch default IPv6 subnet for kic networks from fd00::/64 to fd01::/64 to avoid overlap with Docker’s own IPv6 pools (fixed-cidr-v6)....
- Make kubeadm configs IP-family aware: - Emit podSubnet/serviceSubnet as v4, v6 or dual (comma-separated) - Use IPv6 advertiseAddress/node-ip for ipv6 clusters, leave node-ip unset for dual-stack so kubelet can...
This PR teaches the Docker (KIC) driver about `ip-family` and IPv6/dual-stack, building on the config/flag plumbing from PR1. It does not yet change kubeadm/CNI templates; those are follow-ups. Concretely, it:...
This PR adds first-class IPv6 and dual-stack support to minikube for the Docker/Podman (KIC) drivers and tightens IPv6 handling across bootstrap, CNIs(Bridge and calico), and networking. It introduces new CLI...