appcelerator-archive / amp

** THIS PROJECT IS STOPPED ** An open source CaaS for Docker, batteries included.
http://appcelerator.io
Apache License 2.0
81 stars 28 forks source link

BYON feature #787

Closed ndegory closed 7 years ago

ndegory commented 7 years ago

In parallel of the cluster deployment / management with InfraKit, we need to be able to join existing nodes to a cluster. That would be useful when the node is not on a supported cloud provider or when there's a prerequisite to have to nodes provisioned and administered by an organization (the customer's IT, a 3rd party provisioning process, etc).

The following actions should be performed:

To do that, a binary (compiled from Golang for Linux|Darwin|Win / 64bit) should be provided. It can be a link on the AMP Cloudfront CDN, and / or a command line generated by the AMP CLI (with the arguments needed for the binary: the Swarm join IP and the join token).

ndegory commented 7 years ago

related to #306