Changing the address ranges for KUD cluster 19/97219/1
authorRitu Sood <ritu.sood@intel.com>
Fri, 18 Oct 2019 15:19:02 +0000 (08:19 -0700)
committerRitu Sood <ritu.sood@intel.com>
Fri, 18 Oct 2019 15:19:02 +0000 (08:19 -0700)
Issue-ID: MULTICLOUD-454
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I779971c21aac6e27a7f8fcafc708c4a70438f823

kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml

index 1414674..7ac7f79 100644 (file)
@@ -71,3 +71,8 @@ local_release_dir: "/tmp/releases"
 # cannot access each over via ssh or you want to use local docker
 # images as a cache for multiple clusters.
 download_localhost: true
+
+# Subnet for cluster IPs
+kube_service_addresses: 10.244.0.0/18
+# Subnet for Pod IPs
+kube_pods_subnet: 10.244.64.0/18