···313313 A CIDR notation IP range from which to assign service cluster IPs.
314314 This must not overlap with any IP ranges assigned to nodes for pods.
315315 '';
316316- default = "10.10.10.10/24";
316316+ default = "10.0.0.0/24";
317317 type = types.str;
318318 };
319319···715715716716 clusterCidr = mkOption {
717717 description = "Kubernetes controller manager and proxy CIDR Range for Pods in cluster.";
718718- default = "10.10.0.0/16";
718718+ default = "10.1.0.0/16";
719719 type = types.str;
720720 };
721721