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

This is what it is set to in config-default.sh. and when I run kubectl get
nodes it shows 127.0.0.1 RUNNING.

I am running ubuntu on my local machine using VMWARE FUSION.

On Mon, Jun 6, 2016 at 5:45 PM, 'Tim Hockin' via Containers at Google <
[email protected]> wrote:

> What did the `--service-cluster-ip-range=` flag get set to on your
> controller-manager?
>
>
>
> On Sun, Jun 5, 2016 at 4:35 AM, kant kodali <[email protected]> wrote:
>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> 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.
>>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Containers at Google" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-containers/d7CBdPagD3E/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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.
>

-- 
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