Skip to content

Commit

Permalink
Update GETSTARTED.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonccc authored Apr 27, 2024
1 parent e548d9c commit 59dbc3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/GETSTARTED.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
# get started
# ☣️ get started

## setup kopsrox.ini
## 🇧🇸 setup kopsrox.ini

`./kopsrox.py` - a default kopsrox.ini will be created

you will need to edit this for your setup

follow the guide in [SETUP.md](SETUP.md)

## create an image
## 🥑 create an image

`./kopsrox.py create image`

## create a cluster
## 🥑 create a cluster

`./kopsrox.py cluster create`

## add a worker
## 🚑 add a worker

edit `kopsrox.ini` and set `workers = 1` in the `[cluster]` section

`./kopsrox.py cluster update`

## check the cluster info
## ➡️ check the cluster info

`./kopsrox.py cluster info`

## create etcd snapshot
## 🍎 create etcd snapshot

Configure 'kopsrox.ini' with suitable s3 details for your provider

`./kopsrox.py etcd snapshot`

## restore the latest snapshot
## 🛺 restore the latest snapshot

`./kopsrox.py etcd restore-latest`

0 comments on commit 59dbc3d

Please sign in to comment.