mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
715 B
25 lines
715 B
Collection of convenience scripts
|
|
=================================
|
|
|
|
[Vagrantfile](Vagrantfile)
|
|
--------------------------
|
|
|
|
A Vagrantfile to create a standalone build environment for helm.
|
|
It is handy if you do not have Golang and the dependencies used by Helm on your local machine.
|
|
|
|
$ git clone https://github.com/kubernetes/helm.git
|
|
$ cd helm/hack
|
|
$ vagrant up
|
|
|
|
Once the machine is up, you can SSH to it and start a new build of helm
|
|
|
|
$ vagrant ssh
|
|
$ cd src/github.com/kubernetes/helm
|
|
$ make build
|
|
|
|
[dm-push.sh](dm-push.sh)
|
|
------------------------
|
|
|
|
Run this from helm root to build and push the dm client plus
|
|
kubernetes install config into the publicly readable GCS bucket gs://get-dm.
|