ps auxw | grep kube-controller

On Tue, Jun 7, 2016 at 12:47 AM, kant kodali <[email protected]> wrote:

> Hi Tim,
>
> I am sorry I am new to this and I still ramping up going through various
> but do have certain deadlines to meet so if you can give me some
> instructions on what to run. I would be more than happy to run and reply
> back quickly.
>
> Thanks much!
>
> On Tue, Jun 7, 2016 at 12:08 AM, 'Tim Hockin' via Containers at Google <
> [email protected]> wrote:
>
>> I know that's what you think you set, I was asking you to confirm by
>> looking at the actual flag (ps auxw | grep ...)
>>
>> On Mon, Jun 6, 2016 at 11:25 PM, kant kodali <[email protected]> wrote:
>>
>>> 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.
>>>
>>
>> --
>> 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.
>

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