Skip to content

Commit 33ca7bb

Browse files
committed
Update docs
1 parent 0e7eee2 commit 33ca7bb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

docs/operator/install.md

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Cortex runs on Kubernetes. If you don't already have a Kubernetes cluster, [eksc
4242
eksctl create cluster --name=cortex --nodes=2 --node-type=t3.medium
4343
```
4444

45+
This cluster configuration will cost about $0.29 per hour.
46+
4547
## Operator
4648

4749
The Cortex operator is a service that runs on Kubernetes, translates declarative configuration into workloads, and orchestrates those workloads on the cluster. Its installation is configurable. For a full list of configuration options please refer to the [operator config](config.md) documentation.

docs/quick-start.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You can download pre-built applications from our repository:
1515
```bash
1616
git clone -b master https://github.com/cortexlabs/cortex.git
1717
cd cortex/examples/iris
18+
cortex deploy
1819
```
1920

2021
Jump to [deploy the application](#deploy-the-application).

0 commit comments

Comments
 (0)