-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` |