Skip to content

Commit b603241

Browse files
authored
Update docker-hub-rate-limiting.md (#1580)
1 parent 81f68cc commit b603241

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/docker-hub-rate-limiting.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
_WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_
44

5+
*Note: This guide is only relevant for Cortex version `0.22.1` and earlier. Starting in version `0.23.0`, we've migrated from Docker Hub to Quay (which allows for unlimited image pulls for unauthenticated users). If you upgrade to version >= `0.23.0`, you can disregard this guide.*
6+
57
Docker Hub's [newly enforced rate-limiting policy](https://www.docker.com/increase-rate-limits) can negatively impact your cluster. This is much likelier to be an issue if you've set `subnet_visibility: private` in your cluster configuration file, since with private subnets, all requests from all nodes are routed through the NAT Gateway, and will therefore have the same IP address (docker imposes the rate limit per IP address). If you haven't specified `subnet_visibility` or have set `subnet_visibility: public`, this is less likely to be an issue for you, since each instance will have its own IP address.
68

79
If you are affected by Docker Hub's rate limiting, your may encounter issues such as:
@@ -56,7 +58,7 @@ image_istio_galley: quay.io/cortexlabs/istio-galley:<VERSION>
5658
image_istio_citadel: quay.io/cortexlabs/istio-citadel:<VERSION>
5759
```
5860

59-
For Cortex cluster version < `0.16.0`, please upgrade your cluster to the latest version.
61+
For Cortex cluster version < `0.16.0`, please upgrade your cluster to the latest version. If you upgrade to version >= `0.23.0`, you can disregard this guide.
6062

6163
Once you've updated your cluster configuration file, you can spin up your cluster (e.g. `cortex cluster up --config cluster.yaml`).
6264

0 commit comments

Comments
 (0)