Add steps for installation
This commit is contained in:
parent
6601a254a8
commit
c81a21a310
1 changed files with 16 additions and 0 deletions
|
@ -43,6 +43,22 @@ which contains development iterations at the moment:
|
||||||
* v2: Adjust manifests so that pods generally speaking run
|
* v2: Adjust manifests so that pods generally speaking run
|
||||||
* v3: Turned into a helm chart with most services running stable
|
* v3: Turned into a helm chart with most services running stable
|
||||||
|
|
||||||
|
If you want to give it a spin yourself, here is how to:
|
||||||
|
|
||||||
|
* Setup an IPv6 only kubernetes cluster
|
||||||
|
* Ensure you have helm locally installed
|
||||||
|
* Ensure you have
|
||||||
|
|
||||||
|
* Clone the ungleich-k8s repo (see link above)
|
||||||
|
* `cd apps/workadventure/`
|
||||||
|
|
||||||
|
And use
|
||||||
|
|
||||||
|
```
|
||||||
|
helm upgrade --install workadventure v3/
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
We are currently waiting to hear back from the redis bug report and
|
We are currently waiting to hear back from the redis bug report and
|
||||||
|
|
Loading…
Reference in a new issue