feel it.

$ kubeadm reset $ service kubelet start $ kubeadm init
--use-kubernetes-version=v1.5.1 for the freshest of kubes


2016-12-14 12:48 GMT+08:00 tommy xiao <[email protected]>:

> yeah.
>
> 2016-12-14 12:22 GMT+08:00 haosdent <[email protected]>:
>
>> We have a discussion in China User Group before.
>> And Jay Guo mentioned that a better way may be just to remove zookeeper,
>> and use the replicate log to do election.
>> So for new comer, users just need to start masters and agents in
>> production without zookeeper or etcd.
>> The only necessary configuration item is the master address list, which
>> would reduce a big overload to get starting Mesos.
>>
>> On Tue, Dec 13, 2016 at 4:20 PM, Stephen Gran <[email protected]>
>> wrote:
>>
>>> Hi,
>>>
>>> I'm quite happy with the current approach of bootstrapping a new agent
>>> with the location of zookeeper and a set of credentials.  This allows
>>> our automation code to make new agents join the cluster automatically.
>>>
>>> Not that I'm opposed to the two step process you propose, I'm sure we
>>> can make that happen automatically as well, but aside from making mesos
>>> look more like other solutions, does it bring semantics that would be
>>> useful?  ie, are there actions that 'mesosadm init' would initiate?  Or
>>> would this be purely an interactive way to do the same things you can do
>>> now by seeding out config files?
>>>
>>> Cheers,
>>>
>>> On 13/12/16 05:14, tommy xiao wrote:
>>> > Hi team,
>>> >
>>> >
>>> > I came from china mesos community. in today's group discussion, we came
>>> > across a topic: Howto enhance user's cluster experience?
>>> >
>>> > Because newcome user is top resource for a community. if we can enhance
>>> > currently mesos cluster installation steps, it will help us fastly
>>> > bootstrap in user community.
>>> >
>>> > why mesosadm?
>>> >
>>> > such as Swarm cluster setup steps:
>>> >
>>> > 1. docker init
>>> > 2. docker join
>>> >
>>> > another kuberenetes 1.5 cluster setup steps:
>>> >
>>> > 1. kubeadm init
>>> > 2. kubeadm join --token <token> <master-ip>
>>> >
>>> > So i think the init, join style is good experience for normal user. How
>>> > about you think?
>>> >
>>> >
>>> >
>>> > --
>>> > Deshi Xiao
>>> > Twitter: xds2000
>>> > E-mail: xiaods(AT)gmail.com <http://gmail.com>
>>>
>>> --
>>> Stephen Gran
>>> Senior Technical Architect
>>>
>>> picture the possibilities | piksel.com
>>>
>>
>>
>>
>> --
>> Best Regards,
>> Haosdent Huang
>>
>
>
>
> --
> Deshi Xiao
> Twitter: xds2000
> E-mail: xiaods(AT)gmail.com
>



-- 
Deshi Xiao
Twitter: xds2000
E-mail: xiaods(AT)gmail.com

Reply via email to