Skip to content

Commit 33486b8

Browse files
committed
Update docker-hub-rate-limiting.md
1 parent 87396fc commit 33486b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ _WARNING: you are on the master branch, please refer to the docs on the branch t
55
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.
66

77
If you are affected by Docker Hub's rate limiting, your may encounter issues such as:
8-
- your APIs typically run as expected but new replicas (during scale up) or newly submitted batch jobs suddenly stop working for a period of time and then eventually they start working again
9-
- you encounter scaling issues for Realtime APIs
10-
- batch jobs are stuck in an in progress state for an unusually long period of time
8+
9+
* your APIs typically run as expected but new replicas (during scale up) or newly submitted batch jobs suddenly stop working for a period of time and then eventually they start working again
10+
* you encounter scaling issues for Realtime APIs
11+
* batch jobs are stuck in an in progress state for an unusually long period of time
1112

1213
Follow these steps to determine if this issue is affecting your cluster:
14+
1315
1. [Setup kubectl](./kubectl-setup.md)
1416
2. `kubectl get pods --all-namespaces`
1517
3. Check the pod status column for image pull failures such as `ErrImagePull`, `ImagePullBackoff`. If you don't see any, the rate limiting may not be affecting you currently.

0 commit comments

Comments
 (0)