down votefavorite 
<http://stackoverflow.com/questions/37640047/error-deploying-dns-in-kubernetes#>

I am using ubuntu on a virtual box (so one node) and I did the following to 
deploy dns however it didn't work. not sure why. any ideas?


kubernetes/cluster/ubuntu/config-default.sh


export nodes=${nodes:-"[email protected]"}

roles=${roles:-"ai i i"}

export roles_array=($roles)

export NUM_NODES=${NUM_NODES:-1} #was 3 by default

export SERVICE_CLUSTER_IP_RANGE=${SERVICE_CLUSTER_IP_RANGE:-192.168.3.0/24} 

DNS_SERVER_IP=${DNS_SERVER_IP:-"192.168.3.10"}

DNS_DOMAIN=${DNS_DOMAIN:-"cluster.local"}

DNS_REPLICAS=${DNS_REPLICAS:-1}

when I run *sudo ./deployAddons.sh *under *kubernetes/cluster/ubuntu *I get 
the following


replicationcontroller "kube-dns-v14" created

The Service "kube-dns" is invalid.

spec.clusterIP: Invalid value: "192.168.3.10": provided IP is not in the 
valid range



-- 
You received this message because you are subscribed to the Google Groups 
"Containers at Google" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-containers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to