Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add basic ignite docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Watters committed May 27, 2020
1 parent f865ec8 commit b1d60c9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/Ignite.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Opsani Ignite

Ignite is a demo workflow for Opsani. It quickly configures and deploys
an an application and a servo into a local Kubernetes cluster under minikube.

## Setup (macOS)

1. Install minikube via Homebrew: `$ brew install minikube`
2. Allocate resources to minikube:

```console
$ minikube config set memory 4096
$ minikube config set cpus 4
```

3. Initialize Opsani CLI: `$ opsani init`
4. Run Ignite: `$ opsani ignite`

0 comments on commit b1d60c9

Please sign in to comment.