golemfactory / concent-deployment

Scripts and configuration for Concent deployment
5 stars 8 forks source link

Packaging built Kubernetes configuration #196

Open cameel opened 6 years ago

cameel commented 6 years ago

Add a new target in kubernetes/Makefile that creates a .tar.xz file containing all the files needed to deploy containers to the Kubernetes cluster.

No intermediate files should be included in the archive. Only files that are actually used during deployment.

The archive should be called concent-deployment-<image prefix>-<cluster>-<version>.tar.xz and the same name should be used for the archive. Put the archive in a dist/ directory next to the build/ directory.

For example running a build could produce kubernetes/dist/concent-deployment-concent-dev-0.7.2-189-g16b6321.tar.xz. The archive would contain create-services.sh and all the other files produced during the build.

PaweuB commented 6 years ago

Pivotal: https://www.pivotaltracker.com/story/show/159200785