Skip to content

Commit d3bdb73

Browse files
committed
Update cluster up time estimate
1 parent c0b5e54 commit d3bdb73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manager/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function create_eks() {
189189
fi
190190
fi
191191

192-
echo -e "○ spinning up the cluster (this will take about 15 minutes) ...\n"
192+
echo -e "○ spinning up the cluster (this will take about 25 minutes) ...\n"
193193
python generate_eks.py $CORTEX_CLUSTER_CONFIG_FILE > /workspace/eks.yaml
194194
eksctl create cluster --timeout=$EKSCTL_TIMEOUT --install-neuron-plugin=false -f /workspace/eks.yaml
195195
echo

test/apis/pytorch/text-generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Cortex can automatically provision infrastructure on your AWS account and deploy
4747
$ cortex cluster up
4848
```
4949

50-
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:
50+
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:
5151

5252
```python
5353
import cortex

0 commit comments

Comments
 (0)