Skip to content

Commit

Permalink
readme: add instructions for running this image
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergiusz Urbaniak committed Aug 25, 2016
1 parent 7b29b14 commit a6dd92f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ $ make
The bootable ISO image will be available in `output/images/rootfs.iso9660`.

**Note**: This is currently intended to be a stop-gap solution. In the middleterm this is meant to be replaced by a "slim" version of a bootable CoreOS image.

## Quickstart

To use this ISO image in minikube, use the `--iso-url` flag in minikube:

```
$ minikube start --iso-url=https://github.com/coreos/minikube-iso/releases/download/v0.0.1/minikube-v0.0.1.iso
```

To test the minikube rkt container runtime support, make sure you have a locally built version of minikube including https://github.com/kubernetes/minikube/pull/511, and execute:

```
$ cd $HOME/src/minikube/src/k8s.io/minikube
$ ./out/mininikube start \
--container-runtime=rkt \
--kubernetes-version=file://$HOME/minikube/src/k8s.io/minikube/out/localkube \
--iso-url=https://github.com/coreos/minikube-iso/releases/download/v0.0.1/minikube-v0.0.1.iso
```

0 comments on commit a6dd92f

Please sign in to comment.