Skip to content

Commit

Permalink
Update cluster up time estimate
Browse files Browse the repository at this point in the history
  • Loading branch information
deliahu committed Jan 5, 2021
1 parent c0b5e54 commit d3bdb73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function create_eks() {
fi
fi

echo -e "○ spinning up the cluster (this will take about 15 minutes) ...\n"
echo -e "○ spinning up the cluster (this will take about 25 minutes) ...\n"
python generate_eks.py $CORTEX_CLUSTER_CONFIG_FILE > /workspace/eks.yaml
eksctl create cluster --timeout=$EKSCTL_TIMEOUT --install-neuron-plugin=false -f /workspace/eks.yaml
echo
Expand Down
2 changes: 1 addition & 1 deletion test/apis/pytorch/text-generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Cortex can automatically provision infrastructure on your AWS account and deploy
$ cortex cluster up
```

This creates a Cortex cluster in your AWS account, which will take approximately 15 minutes. After your cluster is created, you can deploy to your cluster by using the same code and configuration as before:
This creates a Cortex cluster in your AWS account, which will take approximately 25 minutes. After your cluster is created, you can deploy to your cluster by using the same code and configuration as before:

```python
import cortex
Expand Down

0 comments on commit d3bdb73

Please sign in to comment.