Skip to content

Commit

Permalink
Merge pull request #2589 from AdamDang/patch-1
Browse files Browse the repository at this point in the history
Type fix "iso"->"ISO"
  • Loading branch information
r2d4 authored Mar 5, 2018
2 parents aadeb96 + 2742ec5 commit 09b5cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/contributors/releasing_minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ See [this PR](https://github.com/kubernetes/minikube/pull/164) for an example.

This step isn't always required. Check if there were changes in the deploy directory.
If you do this, bump the ISO URL to point to the new ISO, and send a PR.
To do this, build the new iso by running:
To do this, build the new ISO by running:
```shell
deploy/iso/build.sh
```
This will generate a new iso at 'deploy/iso/minikube.iso'. Then upload the iso and shasum using the following command:
This will generate a new ISO at 'deploy/iso/minikube.iso'. Then upload the ISO and shasum using the following command:
```shell
gsutil cp deploy/iso/minikube.iso gs://minikube/minikube-<increment.version>.iso
gsutil cp deploy/iso/minikube.iso.sha256 gs://minikube/minikube-<increment.version>.iso.sha256
Expand Down

0 comments on commit 09b5cc8

Please sign in to comment.