Skip to content

Docs #1704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Dec 17, 2020
2 changes: 1 addition & 1 deletion .gitbook.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
root: ./docs/

structure:
readme: ./tutorials/realtime.md
readme: ./workloads/realtime/deploy.md
summary: summary.md
1 change: 0 additions & 1 deletion build/lint-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ fi
output=$(cd "$ROOT/docs" && find . -type f \
! -path "./README.md" \
! -name "summary.md" \
! -path "./tutorials/*" \
! -name "contributing.md" \
-exec grep -L "WARNING: you are on the master branch, please refer to the docs on the branch that matches your \`cortex version\`" {} \;)
if [[ $output ]]; then
Expand Down
1 change: 0 additions & 1 deletion build/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ else
output=$(cd "$ROOT/docs" && find . -type f \
! -path "./README.md" \
! -name "summary.md" \
! -path "./tutorials/*" \
! -name "contributing.md" \
! -name "*.json" \
! -name "*.txt" \
Expand Down
2 changes: 1 addition & 1 deletion docs/aws/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ On rare occasions, `cortex cluster down` may not be able to spin down your Corte

1. Select the final stack (the one that ends in "-cluster") and click "Delete".

If deleting the stack fails, navigate to the EC2 dashboard in the AWS console, delete the load balancers that are associated with the cluster, and try again (you can determine which load balancers are associated with the cluster by setting the correct region in the console and checking the `cortex.dev/cluster-name` tag on all load balancers). If the problem still persists, delete any other AWS resources that are blocking the stack deletion and try again. Feel free to reach out to us on [gitter](https://gitter.im/cortexlabs/cortex) if you still aren't able to delete the stacks.
If deleting the stack fails, navigate to the EC2 dashboard in the AWS console, delete the load balancers that are associated with the cluster, and try again (you can determine which load balancers are associated with the cluster by setting the correct region in the console and checking the `cortex.dev/cluster-name` tag on all load balancers). If the problem still persists, delete any other AWS resources that are blocking the stack deletion and try again.

1. In rare cases, you may need to delete other AWS resources associated with your Cortex cluster. For each the following resources, go to the appropriate AWS Dashboard (in the region that your cluster was in), and confirm that there are no resources left behind by the cluster: API Gateway API, API Gateway VPC Link, CloudWatch Dashboard, SQS Queues, S3 Bucket, and CloudWatch LogGroups (the Cortex bucket and log groups are not deleted by `cluster down` in order to preserve your data).
4 changes: 1 addition & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Remote development

We recommend that you run your development environment on a cloud instance due to frequent docker registry pushing, e.g. an AWS EC2 instance or GCP VM. We've had a good experience using [Mutagen](https://mutagen.io/documentation/introduction) to synchronize local / remote file systems. Feel free to reach out to us on [gitter](https://gitter.im/cortexlabs/cortex) if you have any questions about this.
We recommend that you run your development environment on a cloud instance due to frequent docker registry pushing, e.g. an AWS EC2 instance or GCP VM. We've had a good experience using [Mutagen](https://mutagen.io/documentation/introduction) to synchronize local / remote file systems.

## Prerequisites

Expand Down Expand Up @@ -248,5 +248,3 @@ If you are only modifying the operator, `make operator-local-aws` will build and
If you are modifying code in the API images (i.e. any of the Python serving code), `make images-dev-aws` may build more images than you need during testing. For example, if you are only testing using the `python-predictor-cpu` image, you can run `./dev/registry.sh update-single python-predictor-cpu --provider aws` (or use `--provider local` if testing locally).

See `Makefile` for additional dev commands.

Feel free to [chat with us](https://gitter.im/cortexlabs/cortex) if you have any questions.
310 changes: 0 additions & 310 deletions docs/guides/multi-model.md

This file was deleted.

Loading