Giter VIP home page Giter VIP logo

Comments (3)

nevalla avatar nevalla commented on September 26, 2024

With CoreOS, we'd like to have some kind of updating tool. You can use cloud config to setup the system but maintaining and updating the system is challenging. And this is something we are currently working on. So, stay tuned! In meanwhile, if you are interested, you can play around with our current CoreOS setup templates in kontena-jumpstarter repo. They might (or might not) work :)

Kontena Master Node

https://github.com/kontena/kontena-jumpstarter/blob/master/lib/kontena/configurator/user_data/master.yml.erb

Where current values of variables are:

kontena_version: '0.6.1',
redis_version: '2.8',
mongo_version: '3.0',
haproxy_version: 'latest'

Kontena Host Nodes

https://github.com/kontena/kontena-jumpstarter/blob/master/lib/kontena/configurator/user_data/node.yml.erb

Where current values of variables are:

kontena_version: '0.6.1',
weave_version: '0.10.0',
cadvisor_version: '0.12.0',
master_uri: '<uri of master node>', # for example ws://master_node_ip:8080
grid_token: '<grid token>',
node_number: 1...254 # incremental value for each node
discovery_url: '' # you can get it from here: https://discovery.etcd.io/new?size=<initial_cluster_size>

from kontena.

vialcollet avatar vialcollet commented on September 26, 2024

Ok I see. As long as updates are not handled, that will be an issue I guess.
But I'll give it a try right now, I am curious :)

Thanks

from kontena.

nevalla avatar nevalla commented on September 26, 2024

👍

Please share how did it go and if there are something that we can improve there!

from kontena.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.