Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manager/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function create_eks() {

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
eksctl create cluster --timeout=$EKSCTL_TIMEOUT --install-neuron-plugin=false --install-nvidia-plugin=false -f /workspace/eks.yaml
echo

suspend_az_rebalance
Expand Down