Browse Source

Move the cluster-cidr assignment to the correct configs

matt 6 years ago
parent
commit
aa853764e7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      roles/openshift_node_group/templates/node-config.yaml.j2

+ 3 - 0
roles/openshift_node_group/templates/node-config.yaml.j2

@@ -73,6 +73,9 @@ servingInfo:
   bindAddress: 0.0.0.0:10250
   bindNetwork: tcp4
   clientCA: client-ca.crt
+proxyArguments:
+  cluster-cidr:
+    - {{ openshift_cluster_network_cidr }}
 volumeConfig:
   localQuota:
     perFSGroup: null