Fix error provisioning kube-apiserver on vagrant

pull/6/head
derekwaynecarr 2015-02-27 10:17:46 -08:00
parent a1b1be8eac
commit 5fdf6b131c
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export NUM_MINIONS
# The IP of the master
export MASTER_IP="10.245.1.2"
export INSTANCE_PREFIX=kubernetes
export INSTANCE_PREFIX="kubernetes"
export MASTER_NAME="${INSTANCE_PREFIX}-master"
# Map out the IPs, names and container subnets of each minion

View File

@ -101,6 +101,7 @@ cat <<EOF >/srv/salt-overlay/pillar/cluster-params.sls
dns_replicas: '$(echo "$DNS_REPLICAS" | sed -e "s/'/''/g")'
dns_server: '$(echo "$DNS_SERVER_IP" | sed -e "s/'/''/g")'
dns_domain: '$(echo "$DNS_DOMAIN" | sed -e "s/'/''/g")'
instance_prefix: '$(echo "$INSTANCE_PREFIX" | sed -e "s/'/''/g")'
EOF
# Configure the salt-master