From: Ritu Sood Date: Fri, 18 Oct 2019 15:19:02 +0000 (-0700) Subject: Changing the address ranges for KUD cluster X-Git-Tag: 0.6.0~118 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=17183fa19ce4cca8e7768ab6da1b46c51fd0d589;p=multicloud%2Fk8s.git Changing the address ranges for KUD cluster Issue-ID: MULTICLOUD-454 Signed-off-by: Ritu Sood Change-Id: I779971c21aac6e27a7f8fcafc708c4a70438f823 --- diff --git a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml index 14146742..7ac7f798 100644 --- a/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml +++ b/kud/hosting_providers/vagrant/inventory/group_vars/k8s-cluster.yml @@ -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