Browse Source

Remove clusterNetworkCIDR/hostSubnetLength from default config

clusterNetworkCIDR and hostSubnetLength have been deprecated in favor
of a clusterNetwork object that allows a cluster administrator to
specify multiple cidr ranges of different sizes.

bug 1534779
https://bugzilla.redhat.com/show_bug.cgi?id=1534779
Jacob Tanenbaum 7 years ago
parent
commit
0e1058041f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      roles/openshift_control_plane/templates/master.yaml.v1.j2

+ 0 - 2
roles/openshift_control_plane/templates/master.yaml.v1.j2

@@ -111,8 +111,6 @@ masterClients:
   openshiftLoopbackKubeConfig: openshift-master.kubeconfig
 masterPublicURL: {{ openshift.master.public_api_url }}
 networkConfig:
-  clusterNetworkCIDR: {{ openshift.master.sdn_cluster_network_cidr }}
-  hostSubnetLength: {{ openshift.master.sdn_host_subnet_length }}
   clusterNetworks:
   - cidr: {{ openshift.master.sdn_cluster_network_cidr }}
     hostSubnetLength: {{ openshift.master.sdn_host_subnet_length }}