mirror of
https://github.com/Octops/quake-kube.git
synced 2026-04-05 09:10:34 +00:00
Update README.md
This commit is contained in:
committed by
Chris Marshall
parent
f8559befca
commit
7a86a31e4d
11
README.md
11
README.md
@ -4,6 +4,17 @@ QuakeKube is a Kubernetes-ified version of [QuakeJS](https://github.com/inolen/q
|
||||
|
||||
## Quick start
|
||||
|
||||
### With an existing K8s cluster
|
||||
|
||||
Deploy the example manifest:
|
||||
|
||||
```shell
|
||||
$ kubectl apply -f https://raw.githubusercontent.com/criticalstack/quake-kube/master/example.yaml
|
||||
```
|
||||
|
||||
|
||||
### Without an existing K8s cluster
|
||||
|
||||
Start an instance of Kubernetes locally using cinder (or kind):
|
||||
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user