OpenShift · Rate Limits

Openshift Rate Limits

OpenShift inherits Kubernetes API Priority and Fairness (APF) flow control on the cluster kube-apiserver. The hosted Red Hat services (Cluster Manager / OCM API) enforce account-scoped throttling but do not publish numeric per-second limits; clients should honor 429 + Retry-After. Concurrent operations on the same resource use optimistic concurrency (resourceVersion); conflict surfaces as HTTP 409.

Openshift Rate Limits is the machine-readable rate-limit profile for OpenShift on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring varies and requests_per_second.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, conflict, and unavailable.

Tagged areas include Containers, Kubernetes, and Rate Limiting.

3 Limits Throttle: 429
ContainersKubernetesRate Limiting

Limits

kube-apiserver flow control (per cluster) cluster
varies
configured by APF FlowSchemas / PriorityLevelConfigurations on the cluster
Operators can tune APF; defaults reserve capacity for system components and rate-limit other flows.
OpenShift Cluster Manager API (api.openshift.com) account
requests_per_second
see Red Hat Cluster Manager docs
Provider-side throttling on the hosted control plane; not published per-tier.
OAuth token endpoint client
varies
see oauth-openshift cluster operator config

Policies

APF fairness
kube-apiserver flow control fairly schedules requests across configured priority levels; excess requests beyond a level's concurrency get queued or rejected with 429.
Backoff
Honor Retry-After on 429 responses; for 409 conflicts, refetch the resourceVersion and retry the update with optimistic concurrency.
Watch and informers
Prefer watch-based informers over polling to avoid API server pressure.
Quota objects
Namespace ResourceQuota and LimitRange objects are admission-time controls, not rate limits — they bound resource consumption, not request frequency.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/openshift-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.