* Fix cidr

* rename
This commit is contained in:
Miek Gieben 2017-10-31 13:21:28 +00:00 committed by John Belamaric
parent 559db1209e
commit f78ade71d7
3 changed files with 48 additions and 143 deletions

View file

@ -15,5 +15,3 @@ fi
CLUSTER_DNS_IP=$(kubectl get service --namespace kube-system kube-dns -o jsonpath="{.spec.clusterIP}")
sed -e s/CLUSTER_DNS_IP/$CLUSTER_DNS_IP/g -e s/CLUSTER_DOMAIN/$CLUSTER_DOMAIN/g -e s?SERVICE_CIDR?$SERVICE_CIDR?g $YAML_TEMPLATE